summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeoserviceprovider_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/maps/qgeoserviceprovider_p.h')
-rw-r--r--src/location/maps/qgeoserviceprovider_p.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/location/maps/qgeoserviceprovider_p.h b/src/location/maps/qgeoserviceprovider_p.h
index 3d564481..bb194e09 100644
--- a/src/location/maps/qgeoserviceprovider_p.h
+++ b/src/location/maps/qgeoserviceprovider_p.h
@@ -80,14 +80,17 @@ public:
QGeoSearchManager *searchManager;
QGeoRoutingManager *routingManager;
QGeoMappingManager *mappingManager;
+ QPlaceManager *placeManager;
QGeoServiceProvider::Error searchError;
QGeoServiceProvider::Error routingError;
QGeoServiceProvider::Error mappingError;
+ QGeoServiceProvider::Error placeError;
QString searchErrorString;
QString routingErrorString;
QString mappingErrorString;
+ QString placeErrorString;
QGeoServiceProvider::Error error;
QString errorString;