summaryrefslogtreecommitdiff
path: root/ui/qt5/intropage.hh
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt5/intropage.hh')
-rw-r--r--ui/qt5/intropage.hh12
1 files changed, 12 insertions, 0 deletions
diff --git a/ui/qt5/intropage.hh b/ui/qt5/intropage.hh
new file mode 100644
index 0000000..e1ed3d9
--- /dev/null
+++ b/ui/qt5/intropage.hh
@@ -0,0 +1,12 @@
+#ifndef WELCOMEPAGE_HH
+#define WELCOMEPAGE_HH
+
+#include "horizonwizardpage.hh"
+
+class IntroPage : public HorizonWizardPage {
+public:
+ IntroPage(QWidget *parent = 0);
+ int nextId() const;
+};
+
+#endif // WELCOMEPAGE_HH