summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Kauffmann <johanneskauffmann@hotmail.com>2022-08-27 20:42:04 +0000
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2022-08-30 22:59:35 +0200
commit3c589f800595fde0f71cc01252be6fd9232b3ba4 (patch)
tree942cba0f8003d8865c87d4b25160db33a1dd914b
parent991f756d4d758e5b82ad6dddd1c6116646984c4f (diff)
downloadqtlocation-3c589f800595fde0f71cc01252be6fd9232b3ba4.tar.gz
Purge remaining usage of Q_NULLPTR
Change-Id: Ia532f57a127d4db4be1950e86d4a54992a5c2665 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> (cherry picked from commit 84ff68347de0591f810b82eef0a2f6da907edec1)
-rw-r--r--src/plugins/geoservices/esri/placemanagerengine_esri.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/geoservices/esri/placemanagerengine_esri.h b/src/plugins/geoservices/esri/placemanagerengine_esri.h
index 2edb2d1a..e93e7c1e 100644
--- a/src/plugins/geoservices/esri/placemanagerengine_esri.h
+++ b/src/plugins/geoservices/esri/placemanagerengine_esri.h
@@ -76,12 +76,12 @@ private slots:
void replyError(QPlaceReply::Error errorCode, const QString &errorString);
private:
- QNetworkAccessManager *m_networkManager = Q_NULLPTR;
+ QNetworkAccessManager *m_networkManager = nullptr;
// geocode serveur
void initializeGeocodeServer();
- QNetworkReply *m_geocodeServerReply = Q_NULLPTR;
+ QNetworkReply *m_geocodeServerReply = nullptr;
// categories
void finishCategories();