summaryrefslogtreecommitdiff
path: root/src/plugins/geoservices/itemsoverlay/qgeoserviceproviderpluginitemsoverlay.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/geoservices/itemsoverlay/qgeoserviceproviderpluginitemsoverlay.h')
-rw-r--r--src/plugins/geoservices/itemsoverlay/qgeoserviceproviderpluginitemsoverlay.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/geoservices/itemsoverlay/qgeoserviceproviderpluginitemsoverlay.h b/src/plugins/geoservices/itemsoverlay/qgeoserviceproviderpluginitemsoverlay.h
index 8ed1da8f..02a10452 100644
--- a/src/plugins/geoservices/itemsoverlay/qgeoserviceproviderpluginitemsoverlay.h
+++ b/src/plugins/geoservices/itemsoverlay/qgeoserviceproviderpluginitemsoverlay.h
@@ -52,16 +52,16 @@ class QGeoServiceProviderFactoryItemsOverlay: public QObject, public QGeoService
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