summaryrefslogtreecommitdiff
path: root/welcomepage.hh
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2016-09-26 07:02:33 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2016-09-26 07:02:33 -0500
commitca8ac59c94ca6131f35c0789d65601d7a9609be8 (patch)
tree7555c37f988a7056c8c8afd0afc82dc0e098186d /welcomepage.hh
downloadhorizon-qt5-ca8ac59c94ca6131f35c0789d65601d7a9609be8.tar.gz
horizon-qt5-ca8ac59c94ca6131f35c0789d65601d7a9609be8.tar.bz2
horizon-qt5-ca8ac59c94ca6131f35c0789d65601d7a9609be8.tar.xz
horizon-qt5-ca8ac59c94ca6131f35c0789d65601d7a9609be8.zip
Initial public commit
Diffstat (limited to 'welcomepage.hh')
-rw-r--r--welcomepage.hh12
1 files changed, 12 insertions, 0 deletions
diff --git a/welcomepage.hh b/welcomepage.hh
new file mode 100644
index 0000000..c9d4981
--- /dev/null
+++ b/welcomepage.hh
@@ -0,0 +1,12 @@
+#ifndef WELCOMEPAGE_HH
+#define WELCOMEPAGE_HH
+
+#include <QWizardPage>
+
+class WelcomePage : public QWizardPage
+{
+public:
+ WelcomePage(QWidget *parent = 0);
+};
+
+#endif // WELCOMEPAGE_HH