summaryrefslogtreecommitdiff
path: root/src/plugins/geoservices/osm/qgeoserviceproviderpluginosm.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/osm/qgeoserviceproviderpluginosm.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/osm/qgeoserviceproviderpluginosm.h')
-rw-r--r--src/plugins/geoservices/osm/qgeoserviceproviderpluginosm.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/geoservices/osm/qgeoserviceproviderpluginosm.h b/src/plugins/geoservices/osm/qgeoserviceproviderpluginosm.h
index 5e4ab3e0..36af54e2 100644
--- a/src/plugins/geoservices/osm/qgeoserviceproviderpluginosm.h
+++ b/src/plugins/geoservices/osm/qgeoserviceproviderpluginosm.h
@@ -55,16 +55,16 @@ class QGeoServiceProviderFactoryOsm: public QObject, public QGeoServiceProviderF
public:
QGeoCodingManagerEngine *createGeocodingManagerEngine(const QVariantMap &parameters,
QGeoServiceProvider::Error *error,
- QString *errorString) const;
+ QString *errorString) const override;
QGeoMappingManagerEngine *createMappingManagerEngine(const QVariantMap &parameters,
QGeoServiceProvider::Error *error,
- QString *errorString) const;
+ QString *errorString) const override;
QGeoRoutingManagerEngine *createRoutingManagerEngine(const QVariantMap &parameters,
QGeoServiceProvider::Error *error,
- QString *errorString) const;
+ QString *errorString) const override;
QPlaceManagerEngine *createPlaceManagerEngine(const QVariantMap &parameters,
QGeoServiceProvider::Error *error,
- QString *errorString) const;
+ QString *errorString) const override;
};
QT_END_NAMESPACE