From d3728b38b12b2f9762ba26fc6fc302cb79f7ee6c Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Fri, 6 Dec 2019 04:49:30 -0600 Subject: Qt UI: Implement UI.Writeout and UI.Commit requirements --- ui/qt5/horizonwizard.hh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ui/qt5/horizonwizard.hh') 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; }; -- cgit v1.2.3-60-g2f50