summaryrefslogtreecommitdiff
path: root/ui/qt5/horizonwizard.hh
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt5/horizonwizard.hh')
-rw-r--r--ui/qt5/horizonwizard.hh6
1 files changed, 4 insertions, 2 deletions
diff --git a/ui/qt5/horizonwizard.hh b/ui/qt5/horizonwizard.hh
index 0b12466..2c253f1 100644
--- a/ui/qt5/horizonwizard.hh
+++ b/ui/qt5/horizonwizard.hh
@@ -140,10 +140,12 @@ public:
/*! The disks present on this computer. */
std::vector<Horizon::DiskMan::Disk> disks;
#endif
+ /*! Whether to automatically partition the disk. */
+ bool auto_part;
/*! Whether to erase the disk when automatically partitioning. */
bool erase;
- /*! The disk to partition automatically. */
- std::string auto_disk;
+ /*! The disk to install to. */
+ std::string chosen_disk;
/*! The HorizonScript lines describing what to do about partitioning.
* If auto_disk is set, this is not used.
* Otherwise, this should have any relevant disklabel/partition/fs etc. */