summaryrefslogtreecommitdiff
path: root/ui/qt5/horizonwizard.cc
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-12-14 12:57:55 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-12-14 12:57:55 -0600
commit217893db033788ed0770927141e27990762fefb4 (patch)
tree635bd9eab52052526f0718af8c85941692e296b0 /ui/qt5/horizonwizard.cc
parentdf550933fb33ad6ed8bbbf7559afa1f6d797ac85 (diff)
downloadhorizon-217893db033788ed0770927141e27990762fefb4.tar.gz
horizon-217893db033788ed0770927141e27990762fefb4.tar.bz2
horizon-217893db033788ed0770927141e27990762fefb4.tar.xz
horizon-217893db033788ed0770927141e27990762fefb4.zip
Qt UI: Implement custom package selection
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 a71b824..ccf6b8f 100644
--- a/ui/qt5/horizonwizard.cc
+++ b/ui/qt5/horizonwizard.cc
@@ -48,6 +48,7 @@ extern "C" {
#include "datetimepage.hh"
#include "hostnamepage.hh"
#include "pkgsimple.hh"
+#include "pkgcustom.hh"
#include "pkgdefaults.hh"
#include "bootpage.hh"
#include "rootpwpage.hh"
@@ -207,6 +208,7 @@ HorizonWizard::HorizonWizard(QWidget *parent) : QWizard(parent) {
setPage(Page_DateTime, new DateTimePage);
setPage(Page_Hostname, new HostnamePage);
setPage(Page_PkgSimple, new PkgSimplePage);
+ setPage(Page_PkgCustom, new PkgCustomPage);
setPage(Page_PkgCustomDefault, new PkgDefaultsPage);
setPage(Page_Boot, new BootPage);
setPage(Page_Root, new RootPassphrasePage);