summaryrefslogtreecommitdiff
path: root/src/plugins/geoservices/mapbox/qgeofiletilecachemapbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/geoservices/mapbox/qgeofiletilecachemapbox.h')
-rw-r--r--src/plugins/geoservices/mapbox/qgeofiletilecachemapbox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/geoservices/mapbox/qgeofiletilecachemapbox.h b/src/plugins/geoservices/mapbox/qgeofiletilecachemapbox.h
index 997900b4..8adb62ba 100644
--- a/src/plugins/geoservices/mapbox/qgeofiletilecachemapbox.h
+++ b/src/plugins/geoservices/mapbox/qgeofiletilecachemapbox.h
@@ -50,7 +50,7 @@ class QGeoFileTileCacheMapbox : public QGeoFileTileCache
{
Q_OBJECT
public:
- QGeoFileTileCacheMapbox(const QList<QGeoMapType> &mapTypes, int scaleFactor, const QString &directory = QString(), QObject *parent = 0);
+ QGeoFileTileCacheMapbox(const QList<QGeoMapType> &mapTypes, int scaleFactor, const QString &directory = QString(), QObject *parent = nullptr);
~QGeoFileTileCacheMapbox();
protected: