summaryrefslogtreecommitdiff
path: root/ui/qt5/netsimplewifipage.cc
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-11-17 16:48:32 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-11-17 16:48:32 -0600
commite4601a0071f5787bbbeedbc455ae66401a699a50 (patch)
tree5827eaa22a7c0c2e16365a71f8daced406d17341 /ui/qt5/netsimplewifipage.cc
parent6104f53ab33e1c6c66597e5481ad72c04353b1c6 (diff)
downloadhorizon-e4601a0071f5787bbbeedbc455ae66401a699a50.tar.gz
horizon-e4601a0071f5787bbbeedbc455ae66401a699a50.tar.bz2
horizon-e4601a0071f5787bbbeedbc455ae66401a699a50.tar.xz
horizon-e4601a0071f5787bbbeedbc455ae66401a699a50.zip
Qt UI: Ensure notify starts life as a nullptr
Diffstat (limited to 'ui/qt5/netsimplewifipage.cc')
-rw-r--r--ui/qt5/netsimplewifipage.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/qt5/netsimplewifipage.cc b/ui/qt5/netsimplewifipage.cc
index e8609a0..8d99a2a 100644
--- a/ui/qt5/netsimplewifipage.cc
+++ b/ui/qt5/netsimplewifipage.cc
@@ -41,6 +41,7 @@ NetworkSimpleWirelessPage::NetworkSimpleWirelessPage(QWidget *parent)
#ifdef HAS_INSTALL_ENV
exchange_item.filter = "CTRL-EVENT-SCAN-RESULTS";
exchange_item.cb = &scanResults;
+ notify = nullptr;
#endif /* HAS_INSTALL_ENV */
passphrase = new QLineEdit(this);