summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qlowenergycontroller.cpp
diff options
context:
space:
mode:
authorKevin Funk <kfunk@kde.org>2017-09-24 23:54:54 +0200
committerKevin Funk <kevin.funk@kdab.com>2017-09-29 19:14:13 +0000
commit844382001f8deaa7fcc9faac779b24188f35329b (patch)
tree30253a96379774154edbaa35c0fb6f90ed788307 /src/bluetooth/qlowenergycontroller.cpp
parent38e561011bb248ae9b803084eb66824588c7b22a (diff)
Replace Q_NULLPTR with nullptr
Change-Id: Ica194c2568465a94d851ddeaf62ca71b33fe4464 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/bluetooth/qlowenergycontroller.cpp')
-rw-r--r--src/bluetooth/qlowenergycontroller.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bluetooth/qlowenergycontroller.cpp b/src/bluetooth/qlowenergycontroller.cpp
index 004ee3be..7cd80072 100644
--- a/src/bluetooth/qlowenergycontroller.cpp
+++ b/src/bluetooth/qlowenergycontroller.cpp
@@ -850,7 +850,7 @@ QLowEnergyService *QLowEnergyController::createServiceObject(
{
Q_D(QLowEnergyController);
- QLowEnergyService *service = Q_NULLPTR;
+ QLowEnergyService *service = nullptr;
ServiceDataMap::const_iterator it = d->serviceList.constFind(serviceUuid);
if (it != d->serviceList.constEnd()) {