summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothuuid.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/qbluetoothuuid.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/qbluetoothuuid.h')
-rw-r--r--src/bluetooth/qbluetoothuuid.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bluetooth/qbluetoothuuid.h b/src/bluetooth/qbluetoothuuid.h
index e44e6ce4..fb301c37 100644
--- a/src/bluetooth/qbluetoothuuid.h
+++ b/src/bluetooth/qbluetoothuuid.h
@@ -383,8 +383,8 @@ public:
int minimumSize() const;
- quint16 toUInt16(bool *ok = 0) const;
- quint32 toUInt32(bool *ok = 0) const;
+ quint16 toUInt16(bool *ok = Q_NULLPTR) const;
+ quint32 toUInt32(bool *ok = Q_NULLPTR) const;
quint128 toUInt128() const;
static QString serviceClassToString(ServiceClassUuid uuid);