Hide selected macro for run or stop action

Running a macro from within itself is not supported and stopping it from
withint itself does not seem useful either.
This commit is contained in:
WarmUpTill
2022-01-16 10:53:19 +01:00
committed by WarmUpTill
parent e3a39a5df7
commit caea16c6ad
3 changed files with 35 additions and 0 deletions

View File

@@ -9,6 +9,8 @@ class MacroSelection : public QComboBox {
public:
MacroSelection(QWidget *parent);
void SetCurrentMacro(Macro *);
void HideSelectedMacro(); // Macro currently being edited
void ShowAllMacros();
private slots:
void MacroAdd(const QString &name);