summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeoserviceprovider_p.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_p.h
parent6634b152b61a39f455be4d6fdcc173d8c9574eb8 (diff)
downloadqtlocation-df7fddf600bed1dab77299b02c0bc98bb540bc28.tar.gz
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_p.h')
-rw-r--r--src/location/maps/qgeoserviceprovider_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/location/maps/qgeoserviceprovider_p.h b/src/location/maps/qgeoserviceprovider_p.h
index 5e87f84a..2d2fb4ad 100644
--- a/src/location/maps/qgeoserviceprovider_p.h
+++ b/src/location/maps/qgeoserviceprovider_p.h
@@ -97,7 +97,6 @@ public:
QGeoRoutingManager *routingManager;
QGeoMappingManager *mappingManager;
QPlaceManager *placeManager;
- QNavigationManager *navigationManager = nullptr;
QQmlEngine *qmlEngine = nullptr;
QGeoServiceProvider::Error geocodeError;