summaryrefslogtreecommitdiff
path: root/mainwizard.cpp
diff options
context:
space:
mode:
authorAndreas Loibl <andreas@andreas-loibl.de>2011-03-25 04:19:48 +0100
committerAndreas Loibl <andreas@andreas-loibl.de>2011-03-25 04:19:48 +0100
commitf73535dba2c0ac1891da0ab81672d2a490d5d628 (patch)
tree76528bb30c59b7496520c6b94b34e8d9d8645bea /mainwizard.cpp
parent9c63b98c194ed54e827e3380057219286963b58c (diff)
downloadacritoxinstaller-f73535dba2c0ac1891da0ab81672d2a490d5d628.zip
acritoxinstaller-f73535dba2c0ac1891da0ab81672d2a490d5d628.tar.gz
added hdmap- and (initial) devicemapper-support to frontend
Diffstat (limited to 'mainwizard.cpp')
-rw-r--r--mainwizard.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/mainwizard.cpp b/mainwizard.cpp
index a54b98d..61b14a1 100644
--- a/mainwizard.cpp
+++ b/mainwizard.cpp
@@ -7,6 +7,7 @@
#include "wizard/partmansel.h"
#include "wizard/partman.h"
#include "wizard/rootpartition.h"
+#include "wizard/hdmap.h"
#include "wizard/bootloader.h"
#include "wizard/rootpwd.h"
#include "wizard/usercfg.h"
@@ -30,6 +31,7 @@ MainWizard::MainWizard()
setPage(Page_PartManSel, new wpPartManSel(this));
setPage(Page_PartMan, new wpPartMan(this));
setPage(Page_RootPartition, new wpRootPartition(this));
+ setPage(Page_HdMap, new wpHdMap(this));
setPage(Page_Bootloader, new wpBootloader(this));
setPage(Page_RootPwd, new wpRootPwd(this));
setPage(Page_UserCfg, new wpUserCfg(this));