summaryrefslogtreecommitdiff
path: root/src/plugins/geoservices/osm/qgeoroutingmanagerengineosm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/geoservices/osm/qgeoroutingmanagerengineosm.h')
-rw-r--r--src/plugins/geoservices/osm/qgeoroutingmanagerengineosm.h2
1 files changed, 1 insertions, 1 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: