From 5a6b1a0cff406a37faca940ae3b0e774c6d1c4d6 Mon Sep 17 00:00:00 2001 From: Paolo Angelelli Date: Fri, 12 Jan 2018 17:16:39 +0100 Subject: Add QNavigationManager/QNavigationManagerEngine This patch introduces the abovementioned classes to be subclassed in plugins. These are currently private, and intended to be only used in QML through appropriate wrappers. Change-Id: I4a063031a983e4bd070f503e1458b62e44c6e340 Reviewed-by: Eskil Abrahamsen Blomfeldt --- src/location/maps/qgeoserviceprovider_p.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/location/maps/qgeoserviceprovider_p.h') diff --git a/src/location/maps/qgeoserviceprovider_p.h b/src/location/maps/qgeoserviceprovider_p.h index 6bfb9b26..6703bf67 100644 --- a/src/location/maps/qgeoserviceprovider_p.h +++ b/src/location/maps/qgeoserviceprovider_p.h @@ -93,16 +93,19 @@ public: QGeoRoutingManager *routingManager; QGeoMappingManager *mappingManager; QPlaceManager *placeManager; + QNavigationManager *navigationManager; QGeoServiceProvider::Error geocodeError; QGeoServiceProvider::Error routingError; QGeoServiceProvider::Error mappingError; QGeoServiceProvider::Error placeError; + QGeoServiceProvider::Error navigationError; QString geocodeErrorString; QString routingErrorString; QString mappingErrorString; QString placeErrorString; + QString navigationErrorString; QGeoServiceProvider::Error error; QString errorString; -- cgit v1.2.1