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.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;
};