diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-11-19 15:39:24 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-11-19 15:39:24 -0600 |
commit | ced941f5f08e231e4c7a8ecde88441e70128ada5 (patch) | |
tree | a0c6ff3e6b977ec89013969aa5567fb18f709e4b /ui/qt5/horizonwizard.hh | |
parent | a4abbbc1f96d6cbaeb4ac85fb9ada45c7300a18a (diff) | |
download | horizon-ced941f5f08e231e4c7a8ecde88441e70128ada5.tar.gz horizon-ced941f5f08e231e4c7a8ecde88441e70128ada5.tar.bz2 horizon-ced941f5f08e231e4c7a8ecde88441e70128ada5.tar.xz horizon-ced941f5f08e231e4c7a8ecde88441e70128ada5.zip |
Qt UI: Use public members instead of fields for non-widget backed answers
Diffstat (limited to 'ui/qt5/horizonwizard.hh')
-rw-r--r-- | ui/qt5/horizonwizard.hh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/qt5/horizonwizard.hh b/ui/qt5/horizonwizard.hh index 2941f08..3986f46 100644 --- a/ui/qt5/horizonwizard.hh +++ b/ui/qt5/horizonwizard.hh @@ -81,7 +81,11 @@ public: std::string mirror_domain; std::string version; +#ifdef NON_LIBRE_FIRMWARE + bool firmware; +#endif /* NON_LIBRE_FIRMWARE */ std::map<std::string, NetworkInterface> interfaces; + bool network; std::string chosen_auto_iface; }; |