summaryrefslogtreecommitdiff
path: root/ui/qt5/runner/executorwizard.hh
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-12-07 09:09:00 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-12-13 12:11:21 -0600
commit1257064e43c6c4269e1b8cf0507b238fd4a0ab1a (patch)
tree7c025c87b292bb6ab046cb13aa71042b14510e3a /ui/qt5/runner/executorwizard.hh
parent70104d361e8ac781ffa50ac404e1e286e1239b43 (diff)
downloadhorizon-1257064e43c6c4269e1b8cf0507b238fd4a0ab1a.tar.gz
horizon-1257064e43c6c4269e1b8cf0507b238fd4a0ab1a.tar.bz2
horizon-1257064e43c6c4269e1b8cf0507b238fd4a0ab1a.tar.xz
horizon-1257064e43c6c4269e1b8cf0507b238fd4a0ab1a.zip
Qt UI: runner: Add error page
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
};