Add button to manually run macro actions

This commit is contained in:
WarmUpTill
2021-11-27 17:28:43 +01:00
committed by WarmUpTill
parent eafad7fe7f
commit 9dd47b811b
4 changed files with 22 additions and 3 deletions

View File

@@ -115,6 +115,7 @@ public slots:
void on_macroUp_clicked();
void on_macroDown_clicked();
void on_macroName_editingFinished();
void on_runMacro_clicked();
void on_macros_currentRowChanged(int idx);
void on_macros_itemChanged(QListWidgetItem *);
void on_conditionAdd_clicked();