summaryrefslogtreecommitdiff
path: root/networkingpage.cc
diff options
context:
space:
mode:
Diffstat (limited to 'networkingpage.cc')
-rw-r--r--networkingpage.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/networkingpage.cc b/networkingpage.cc
new file mode 100644
index 0000000..9d33cc8
--- /dev/null
+++ b/networkingpage.cc
@@ -0,0 +1,6 @@
+#include "networkingpage.hh"
+
+NetworkingPage::NetworkingPage(QWidget *parent) : QWizardPage(parent)
+{
+ setTitle(tr("Network Setup"));
+}