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.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/qt5/runner/executorwizard.hh b/ui/qt5/runner/executorwizard.hh
index 578f745..eb09bcc 100644
--- a/ui/qt5/runner/executorwizard.hh
+++ b/ui/qt5/runner/executorwizard.hh
@@ -1,5 +1,5 @@
/*
- * executorwizard.cc - Implementation of the wizard class
+ * executorwizard.hh - Definition of the wizard class
* horizon-run-qt5, the Qt 5 executor user interface for
* Project Horizon
*
@@ -19,6 +19,7 @@ class ExecutorWizard : public QWizard {
public:
enum {
Page_Execute,
+ Page_Error,
Page_Finished
};