summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothservicediscoveryagent.h
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@qt.io>2017-10-17 13:04:45 +0200
committerAlex Blasche <alexander.blasche@qt.io>2017-10-17 13:55:46 +0200
commitd6c4d74f4f32699a013705d492ee467ec5006df1 (patch)
tree9ffeaaa124986049fd5b6a992f61b26b35badd10 /src/bluetooth/qbluetoothservicediscoveryagent.h
parente26edb020084554e8b567d3bc15ce638394cf7fc (diff)
parent125cdccc346903d6e70ed26289cdaed85e26ec3f (diff)
Merge remote-tracking branch 'gerrit/dev' into win
Diffstat (limited to 'src/bluetooth/qbluetoothservicediscoveryagent.h')
-rw-r--r--src/bluetooth/qbluetoothservicediscoveryagent.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bluetooth/qbluetoothservicediscoveryagent.h b/src/bluetooth/qbluetoothservicediscoveryagent.h
index 246de953..4b1a72c1 100644
--- a/src/bluetooth/qbluetoothservicediscoveryagent.h
+++ b/src/bluetooth/qbluetoothservicediscoveryagent.h
@@ -40,7 +40,7 @@
#ifndef QBLUETOOTHSERVICEDISCOVERYAGENT_H
#define QBLUETOOTHSERVICEDISCOVERYAGENT_H
-#include <QtBluetooth/qbluetoothglobal.h>
+#include <QtBluetooth/qtbluetoothglobal.h>
#include <QtCore/QObject>
@@ -80,8 +80,8 @@ public:
};
Q_ENUM(DiscoveryMode)
- explicit QBluetoothServiceDiscoveryAgent(QObject *parent = Q_NULLPTR);
- explicit QBluetoothServiceDiscoveryAgent(const QBluetoothAddress &deviceAdapter, QObject *parent = Q_NULLPTR);
+ explicit QBluetoothServiceDiscoveryAgent(QObject *parent = nullptr);
+ explicit QBluetoothServiceDiscoveryAgent(const QBluetoothAddress &deviceAdapter, QObject *parent = nullptr);
~QBluetoothServiceDiscoveryAgent();
bool isActive() const;