summaryrefslogtreecommitdiff
path: root/ui/qt5/horizonwizard.hh
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-12-06 04:49:30 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-12-06 04:49:30 -0600
commitd3728b38b12b2f9762ba26fc6fc302cb79f7ee6c (patch)
tree3c0d47166a89110fa504aa1557f69de6e89073bc /ui/qt5/horizonwizard.hh
parentd71a5c29f6d22d2fb18bd483333eaf37b827fd0d (diff)
downloadhorizon-d3728b38b12b2f9762ba26fc6fc302cb79f7ee6c.tar.gz
horizon-d3728b38b12b2f9762ba26fc6fc302cb79f7ee6c.tar.bz2
horizon-d3728b38b12b2f9762ba26fc6fc302cb79f7ee6c.tar.xz
horizon-d3728b38b12b2f9762ba26fc6fc302cb79f7ee6c.zip
Qt UI: Implement UI.Writeout and UI.Commit requirements
Diffstat (limited to 'ui/qt5/horizonwizard.hh')
-rw-r--r--ui/qt5/horizonwizard.hh8
1 files changed, 4 insertions, 4 deletions
diff --git a/ui/qt5/horizonwizard.hh b/ui/qt5/horizonwizard.hh
index 5be8c67..0cb4d0b 100644
--- a/ui/qt5/horizonwizard.hh
+++ b/ui/qt5/horizonwizard.hh
@@ -105,14 +105,14 @@ public:
bool network;
/*! Determines whether to use DHCP. */
bool net_dhcp;
- /*! Determines the network interface to use. */
- std::string chosen_auto_iface;
+ /*! Determines whether to install GRUB. */
+ bool grub;
/*! Determines the packages to install. */
PackageType pkgtype;
+ /*! Determines the network interface to use. */
+ std::string chosen_auto_iface;
/*! If pkgtype is Custom, a list of packages to install. */
QStringList packages;
- /*! Determines whether to install GRUB. */
- bool grub;
/*! Determines the kernel to install. */
std::string kernel;
};