summaryrefslogtreecommitdiff
path: root/ui/qt5/horizonwizard.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt5/horizonwizard.cc')
-rw-r--r--ui/qt5/horizonwizard.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/qt5/horizonwizard.cc b/ui/qt5/horizonwizard.cc
index ae25238..89a25d1 100644
--- a/ui/qt5/horizonwizard.cc
+++ b/ui/qt5/horizonwizard.cc
@@ -20,6 +20,7 @@
#include <string>
#include "intropage.hh"
+#include "inputpage.hh"
#include "networkingpage.hh"
#include "netsimplewifipage.hh"
@@ -64,6 +65,7 @@ HorizonWizard::HorizonWizard(QWidget *parent) : QWizard(parent) {
setSizeGripEnabled(false);
setPage(Page_Intro, new IntroPage);
+ setPage(Page_Input, new InputPage);
setPage(Page_Network, new NetworkingPage);
QObject::connect(this, &QWizard::helpRequested, [=](void) {