summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/bluez/hcimanager_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/bluez/hcimanager_p.h')
-rw-r--r--src/bluetooth/bluez/hcimanager_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bluetooth/bluez/hcimanager_p.h b/src/bluetooth/bluez/hcimanager_p.h
index 3127a747..15b8791e 100644
--- a/src/bluetooth/bluez/hcimanager_p.h
+++ b/src/bluetooth/bluez/hcimanager_p.h
@@ -72,7 +72,7 @@ public:
LeMetaEvent = 0x3e,
};
- explicit HciManager(const QBluetoothAddress &deviceAdapter, QObject *parent = 0);
+ explicit HciManager(const QBluetoothAddress &deviceAdapter, QObject *parent = nullptr);
~HciManager();
bool isValid() const;
@@ -109,7 +109,7 @@ private:
int hciSocket;
int hciDev;
quint8 sigPacketIdentifier = 0;
- QSocketNotifier *notifier;
+ QSocketNotifier *notifier = nullptr;
QSet<HciManager::HciEvent> runningEvents;
};