summaryrefslogtreecommitdiff
path: root/networkingpage.hh
diff options
context:
space:
mode:
Diffstat (limited to 'networkingpage.hh')
-rw-r--r--networkingpage.hh12
1 files changed, 12 insertions, 0 deletions
diff --git a/networkingpage.hh b/networkingpage.hh
new file mode 100644
index 0000000..03e1210
--- /dev/null
+++ b/networkingpage.hh
@@ -0,0 +1,12 @@
+#ifndef NETWORKINGPAGE_HH
+#define NETWORKINGPAGE_HH
+
+#include <QWizardPage>
+
+class NetworkingPage : public QWizardPage
+{
+public:
+ NetworkingPage(QWidget *parent = 0);
+};
+
+#endif // NETWORKINGPAGE_HH