summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeotiledmapreply_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/maps/qgeotiledmapreply_p.h')
-rw-r--r--src/location/maps/qgeotiledmapreply_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/location/maps/qgeotiledmapreply_p.h b/src/location/maps/qgeotiledmapreply_p.h
index 5b0cff0a..4d22e55b 100644
--- a/src/location/maps/qgeotiledmapreply_p.h
+++ b/src/location/maps/qgeotiledmapreply_p.h
@@ -72,8 +72,8 @@ public:
UnknownError
};
- QGeoTiledMapReply(const QGeoTileSpec &spec, QObject *parent = 0);
- QGeoTiledMapReply(Error error, const QString &errorString, QObject *parent = 0);
+ QGeoTiledMapReply(const QGeoTileSpec &spec, QObject *parent = nullptr);
+ QGeoTiledMapReply(Error error, const QString &errorString, QObject *parent = nullptr);
virtual ~QGeoTiledMapReply();
bool isFinished() const;