summaryrefslogtreecommitdiff
path: root/src/plugins/geoservices/mapbox/qgeotiledmappingmanagerenginemapbox.h
diff options
context:
space:
mode:
authorAlexander Volkov <avolkov@astralinux.ru>2020-06-11 17:16:40 +0300
committerAlexander Volkov <avolkov@astralinux.ru>2020-06-29 14:13:56 +0300
commit76c0963f280484adaf859958b7d7017ddc4dc5da (patch)
treead67077f70ece9584f83c0d50e54f7bbfb694f73 /src/plugins/geoservices/mapbox/qgeotiledmappingmanagerenginemapbox.h
parentffee803f1099f85082a152791a7a3b261947a751 (diff)
downloadqtlocation-76c0963f280484adaf859958b7d7017ddc4dc5da.tar.gz
Add missing override
Change-Id: Ieae01bc4669cdd503f97399c622989795a0ad734 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'src/plugins/geoservices/mapbox/qgeotiledmappingmanagerenginemapbox.h')
-rw-r--r--src/plugins/geoservices/mapbox/qgeotiledmappingmanagerenginemapbox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/geoservices/mapbox/qgeotiledmappingmanagerenginemapbox.h b/src/plugins/geoservices/mapbox/qgeotiledmappingmanagerenginemapbox.h
index 292e4211..f7b64efd 100644
--- a/src/plugins/geoservices/mapbox/qgeotiledmappingmanagerenginemapbox.h
+++ b/src/plugins/geoservices/mapbox/qgeotiledmappingmanagerenginemapbox.h
@@ -52,7 +52,7 @@ public:
QGeoServiceProvider::Error *error, QString *errorString);
~QGeoTiledMappingManagerEngineMapbox();
- QGeoMap *createMap();
+ QGeoMap *createMap() override;
private:
QString m_cacheDirectory;