diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-11-19 23:01:41 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-11-19 23:01:41 -0600 |
commit | 5a2edfafa2465ee615eece5655601be96d7c0cde (patch) | |
tree | 98800c6efeb798664307aae7d3fc730bfe411f22 /ui/qt5/horizonwizard.hh | |
parent | af7111f3750eec9b90b6025297c522b97952cd38 (diff) | |
download | horizon-5a2edfafa2465ee615eece5655601be96d7c0cde.tar.gz horizon-5a2edfafa2465ee615eece5655601be96d7c0cde.tar.bz2 horizon-5a2edfafa2465ee615eece5655601be96d7c0cde.tar.xz horizon-5a2edfafa2465ee615eece5655601be96d7c0cde.zip |
Qt UI: Add UI.Boot page
Diffstat (limited to 'ui/qt5/horizonwizard.hh')
-rw-r--r-- | ui/qt5/horizonwizard.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/qt5/horizonwizard.hh b/ui/qt5/horizonwizard.hh index e721df0..b025589 100644 --- a/ui/qt5/horizonwizard.hh +++ b/ui/qt5/horizonwizard.hh @@ -97,6 +97,8 @@ public: bool network; std::string chosen_auto_iface; PackageType pkgtype; + bool grub; + std::string kernel; }; #endif /* !HORIZONWIZARD_HH */ |