summaryrefslogtreecommitdiff
path: root/src/plugins/geoservices/osm
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/geoservices/osm')
-rw-r--r--src/plugins/geoservices/osm/qgeoroutingmanagerengineosm.h2
-rw-r--r--src/plugins/geoservices/osm/qgeoserviceproviderpluginosm.h8
2 files changed, 5 insertions, 5 deletions
diff --git a/src/plugins/geoservices/osm/qgeoroutingmanagerengineosm.h b/src/plugins/geoservices/osm/qgeoroutingmanagerengineosm.h
index 8e2d7f50..dfd04c28 100644
--- a/src/plugins/geoservices/osm/qgeoroutingmanagerengineosm.h
+++ b/src/plugins/geoservices/osm/qgeoroutingmanagerengineosm.h
@@ -58,7 +58,7 @@ public:
QString *errorString);
~QGeoRoutingManagerEngineOsm();
- QGeoRouteReply *calculateRoute(const QGeoRouteRequest &request);
+ QGeoRouteReply *calculateRoute(const QGeoRouteRequest &request) override;
const QGeoRouteParser *routeParser() const;
private Q_SLOTS:
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