Separate finding of mosaics within selection

This commit is contained in:
Gavin MacGregor
2024-12-08 14:08:13 +00:00
parent cf4f85cc51
commit 900c2a79b2
2 changed files with 13 additions and 5 deletions

View File

@@ -102,6 +102,7 @@ private:
int m_flashTiming, m_flashPhase;
void timerEvent(QTimerEvent *event) override;
QSet<QPair<int, int>> findMosaics();
void shiftMosaics(int key);
void selectionToClipboard();