From e4601a0071f5787bbbeedbc455ae66401a699a50 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sun, 17 Nov 2019 16:48:32 -0600 Subject: Qt UI: Ensure notify starts life as a nullptr --- ui/qt5/netsimplewifipage.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/qt5') 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); -- cgit v1.2.3-60-g2f50