Allow drag and drop reordering of macros

This commit is contained in:
WarmUpTill
2022-02-23 21:29:50 +01:00
committed by WarmUpTill
parent 83df1ab658
commit 88dff37776
3 changed files with 35 additions and 0 deletions

View File

@@ -154,6 +154,7 @@ public slots:
void MoveMacroConditionUp(int idx);
void MoveMacroConditionDown(int idx);
void HighlightMatchedMacros();
void MacroDragDropReorder(QModelIndex, int, int, QModelIndex, int);
void on_screenRegionSwitches_currentRowChanged(int idx);
void on_showFrame_clicked();