summaryrefslogtreecommitdiff
path: root/src/plugins/geoservices/osm/qgeoroutingmanagerengineosm.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/qgeoroutingmanagerengineosm.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/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: