summaryrefslogtreecommitdiff
path: root/ui/qt5/horizonwizard.cc
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-12-19 20:02:48 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-12-19 20:02:48 -0600
commitf2202a722098c06a136d27fed0c295673623c0ad (patch)
tree11986feaeb749a0a15ef250c938ed674da28c282 /ui/qt5/horizonwizard.cc
parentb0f8b8e769b433a943b14e70ea4522c537eb8c29 (diff)
downloadhorizon-f2202a722098c06a136d27fed0c295673623c0ad.tar.gz
horizon-f2202a722098c06a136d27fed0c295673623c0ad.tar.bz2
horizon-f2202a722098c06a136d27fed0c295673623c0ad.tar.xz
horizon-f2202a722098c06a136d27fed0c295673623c0ad.zip
Qt UI: Add more page definitions, required for the partitioner
Diffstat (limited to 'ui/qt5/horizonwizard.cc')
-rw-r--r--ui/qt5/horizonwizard.cc6
1 files changed, 5 insertions, 1 deletions
diff --git a/ui/qt5/horizonwizard.cc b/ui/qt5/horizonwizard.cc
index 1edf599..a180782 100644
--- a/ui/qt5/horizonwizard.cc
+++ b/ui/qt5/horizonwizard.cc
@@ -60,6 +60,10 @@ static std::map<int, std::string> help_id_map = {
{HorizonWizard::Page_Intro, "intro"},
{HorizonWizard::Page_Input, "input"},
{HorizonWizard::Page_Partition, "partition"},
+ {HorizonWizard::Page_PartitionDisk, "partition-disk"},
+ {HorizonWizard::Page_PartitionChoose, "partition-manipulation"},
+ {HorizonWizard::Page_PartitionManual, "partition-manual"},
+ {HorizonWizard::Page_PartitionMount, "partition-mountpoints"},
#ifdef NON_LIBRE_FIRMWARE
{HorizonWizard::Page_Firmware, "firmware"},
#endif /* NON_LIBRE_FIRMWARE */
@@ -364,7 +368,7 @@ QString HorizonWizard::toHScript() {
break;
}
- if(auto_erase_disk.empty()) {
+ if(auto_disk.empty()) {
lines << part_lines;
} else {
/* XXX TODO: examples for thoughts on auto-partition setups are in