summaryrefslogtreecommitdiff
path: root/ui/qt5/horizonwizard.hh
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-11-19 15:39:24 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-11-19 15:39:24 -0600
commitced941f5f08e231e4c7a8ecde88441e70128ada5 (patch)
treea0c6ff3e6b977ec89013969aa5567fb18f709e4b /ui/qt5/horizonwizard.hh
parenta4abbbc1f96d6cbaeb4ac85fb9ada45c7300a18a (diff)
downloadhorizon-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.hh4
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;
};