summaryrefslogtreecommitdiffstats
path: root/src/location/maps/qgeoserviceprovider.h
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2022-09-21 20:12:21 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2022-09-26 22:25:16 +0200
commitdf7fddf600bed1dab77299b02c0bc98bb540bc28 (patch)
treea451d94b28a2a99acdbe9149e94f4774b5821715 /src/location/maps/qgeoserviceprovider.h
parent6634b152b61a39f455be4d6fdcc173d8c9574eb8 (diff)
Remove turn-by-turn navigation
It is unfinished and untested, with no support from any backend. This was the last bit of functionality in the labs module, so remove that entirely, including the QML plugin and the now unused QParameterizableObject type. Change-Id: Ic448e643cb345d1da877137a673ab572c836b3fe Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'src/location/maps/qgeoserviceprovider.h')
-rw-r--r--src/location/maps/qgeoserviceprovider.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/location/maps/qgeoserviceprovider.h b/src/location/maps/qgeoserviceprovider.h
index 0cde3137..32679f9e 100644
--- a/src/location/maps/qgeoserviceprovider.h
+++ b/src/location/maps/qgeoserviceprovider.h
@@ -52,12 +52,10 @@ class QGeoCodingManager;
class QGeoMappingManager;
class QGeoRoutingManager;
class QPlaceManager;
-class QNavigationManager;
class QGeoCodingManagerEngine;
class QGeoMappingManagerEngine;
class QGeoRoutingManagerEngine;
class QPlaceManagerEngine;
-class QNavigationManagerEngine;
class QGeoServiceProviderPrivate;
class QQmlEngine;
@@ -158,7 +156,6 @@ public:
QGeoMappingManager *mappingManager() const;
QGeoRoutingManager *routingManager() const;
QPlaceManager *placeManager() const;
- QNavigationManager *navigationManager() const;
Error error() const;
QString errorString() const;