summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothserver.h
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@theqtcompany.com>2016-03-21 14:54:44 +0100
committerLiang Qi <liang.qi@theqtcompany.com>2016-03-21 16:13:30 +0100
commitf8857127320f513e9ec2132bc4af5c470362f37a (patch)
tree08b409ae3d9dce33d01ab238277fc16c18978785 /src/bluetooth/qbluetoothserver.h
parentefd55bafb4f067bc7ee606ce75266cdfdd0282c0 (diff)
parent97194a4b7282e01cc1da3571abdbc11bb29dfe86 (diff)
Merge remote-tracking branch 'origin/5.6' into 5.7
Conflicts: src/bluetooth/qlowenergycontroller.h Change-Id: I15571e47fbf06545d46d1b9a9b2b47bf815ae293
Diffstat (limited to 'src/bluetooth/qbluetoothserver.h')
-rw-r--r--src/bluetooth/qbluetoothserver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bluetooth/qbluetoothserver.h b/src/bluetooth/qbluetoothserver.h
index 8c8669f2..e54c4452 100644
--- a/src/bluetooth/qbluetoothserver.h
+++ b/src/bluetooth/qbluetoothserver.h
@@ -70,7 +70,7 @@ public:
};
Q_ENUM(Error)
- QBluetoothServer(QBluetoothServiceInfo::Protocol serverType, QObject *parent = 0);
+ explicit QBluetoothServer(QBluetoothServiceInfo::Protocol serverType, QObject *parent = Q_NULLPTR);
~QBluetoothServer();
void close();