summaryrefslogtreecommitdiffstats
path: root/src/wifi/qwifimanager_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wifi/qwifimanager_p.h')
-rw-r--r--src/wifi/qwifimanager_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wifi/qwifimanager_p.h b/src/wifi/qwifimanager_p.h
index 6142c83..1046880 100644
--- a/src/wifi/qwifimanager_p.h
+++ b/src/wifi/qwifimanager_p.h
@@ -20,6 +20,7 @@
#define QWIFIMANAGER_P_H
#include "qwifimanager.h"
+#include "qwifidevice.h"
#include <QtCore/QString>
@@ -52,6 +53,7 @@ public:
QWifiManager *const q_ptr;
QWifiController *m_wifiController;
QWifiNetworkListModel *m_networkListModel;
+ QWifiDevice *m_device;
int m_scanTimer;
bool m_scanning;