summaryrefslogtreecommitdiffstats
path: root/src/plugins/geoservices/osm/qgeofiletilecacheosm.h
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2022-09-20 13:34:26 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2022-09-20 13:42:15 +0200
commitefda8ab8f1fa9ef2c5502579e8e8c25e1ef4dc10 (patch)
treed9d6f2dea9a6226b24bac35001242ae78d658117 /src/plugins/geoservices/osm/qgeofiletilecacheosm.h
parentb95c358b83557ba7590dc5d52e26b691977b051b (diff)
Cleanup: More nullptr instead of 0
Change-Id: I6316384be07f1d0634860c3ddcbe85455e218fed Reviewed-by: Alex Blasche <alexander.blasche@qt.io> (cherry picked from commit 8f057784da92ee46c0fc64220aeb19aec0a6389e) Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'src/plugins/geoservices/osm/qgeofiletilecacheosm.h')
-rw-r--r--src/plugins/geoservices/osm/qgeofiletilecacheosm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/geoservices/osm/qgeofiletilecacheosm.h b/src/plugins/geoservices/osm/qgeofiletilecacheosm.h
index 018a8bfe..9f043ec8 100644
--- a/src/plugins/geoservices/osm/qgeofiletilecacheosm.h
+++ b/src/plugins/geoservices/osm/qgeofiletilecacheosm.h
@@ -54,7 +54,7 @@ class QGeoFileTileCacheOsm : public QGeoFileTileCache
public:
QGeoFileTileCacheOsm(const QList<QGeoTileProviderOsm *> &providers,
const QString &offlineDirectory = QString(),
- const QString &directory = QString(), QObject *parent = 0);
+ const QString &directory = QString(), QObject *parent = nullptr);
~QGeoFileTileCacheOsm();
QSharedPointer<QGeoTileTexture> get(const QGeoTileSpec &spec) override;