summaryrefslogtreecommitdiff
path: root/ui/qt5/runner/executorwizard.hh
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt5/runner/executorwizard.hh')
-rw-r--r--ui/qt5/runner/executorwizard.hh5
1 files changed, 4 insertions, 1 deletions
diff --git a/ui/qt5/runner/executorwizard.hh b/ui/qt5/runner/executorwizard.hh
index eb09bcc..f1f3662 100644
--- a/ui/qt5/runner/executorwizard.hh
+++ b/ui/qt5/runner/executorwizard.hh
@@ -23,8 +23,11 @@ public:
Page_Finished
};
- ExecutorWizard(QWidget *parent = nullptr);
+ ExecutorWizard(QWidget *parent = nullptr, bool automatic = false);
void reject();
+ bool isAutomatic() { return this->automatic; };
+private:
+ bool automatic;
};
#endif /* !EXECUTORWIZARD_HH */