summaryrefslogtreecommitdiff
path: root/ui/qt5
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt5')
-rw-r--r--ui/qt5/netsimplewifipage.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt5/netsimplewifipage.cc b/ui/qt5/netsimplewifipage.cc
index b1286fa..00f25ca 100644
--- a/ui/qt5/netsimplewifipage.cc
+++ b/ui/qt5/netsimplewifipage.cc
@@ -24,7 +24,7 @@ int scanResults(wpactrl_t *control, char const *s, size_t len, void *page, tain_
#endif /* HAS_INSTALL_ENV */
NetworkSimpleWirelessPage::NetworkSimpleWirelessPage(QWidget *parent)
- : HorizonWizardPage(parent) {
+ : HorizonWizardPage(parent), control(WPACTRL_ZERO) {
QVBoxLayout *layout;
loadWatermark("network");