summaryrefslogtreecommitdiff
path: root/src/plugins/geoservices/esri/geoserviceproviderfactory_esri.cpp
diff options
context:
space:
mode:
authorKevin Funk <kfunk@kde.org>2018-01-31 14:35:47 +0100
committerKevin Funk <kevin.funk@kdab.com>2018-02-05 13:14:53 +0000
commit5c4c0cb58e29944bb7b01105a1f6a7a8a2d90369 (patch)
tree767bea03ffa6f2a26d57ee6acbe42e6766576575 /src/plugins/geoservices/esri/geoserviceproviderfactory_esri.cpp
parentb4807a11e816feaa3b541b4e4b02f77c1fafbf48 (diff)
downloadqtlocation-5c4c0cb58e29944bb7b01105a1f6a7a8a2d90369.tar.gz
Replace Q_NULLPTR with nullptr
Change-Id: Icbebfaae93cc5827d80ef09323ec82868789838a Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/plugins/geoservices/esri/geoserviceproviderfactory_esri.cpp')
-rw-r--r--src/plugins/geoservices/esri/geoserviceproviderfactory_esri.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/geoservices/esri/geoserviceproviderfactory_esri.cpp b/src/plugins/geoservices/esri/geoserviceproviderfactory_esri.cpp
index 5277cde3..0a54e008 100644
--- a/src/plugins/geoservices/esri/geoserviceproviderfactory_esri.cpp
+++ b/src/plugins/geoservices/esri/geoserviceproviderfactory_esri.cpp
@@ -80,7 +80,7 @@ QPlaceManagerEngine *GeoServiceProviderFactoryEsri::createPlaceManagerEngine(
Q_UNUSED(error)
Q_UNUSED(errorString)
- return Q_NULLPTR;
+ return nullptr;
}
QT_END_NAMESPACE