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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/location/maps/qgeoserviceprovider_p.h b/src/location/maps/qgeoserviceprovider_p.h
index bb194e09..0d2bb772 100644
--- a/src/location/maps/qgeoserviceprovider_p.h
+++ b/src/location/maps/qgeoserviceprovider_p.h
@@ -59,7 +59,7 @@
QT_BEGIN_NAMESPACE
-class QGeoSearchManager;
+class QGeocodingManager;
class QGeoRoutingManager;
class QGeoMappingManager;
@@ -77,17 +77,17 @@ public:
QMap<QString, QVariant> parameterMap;
- QGeoSearchManager *searchManager;
+ QGeocodingManager *geocodingManager;
QGeoRoutingManager *routingManager;
QGeoMappingManager *mappingManager;
QPlaceManager *placeManager;
- QGeoServiceProvider::Error searchError;
+ QGeoServiceProvider::Error geocodeError;
QGeoServiceProvider::Error routingError;
QGeoServiceProvider::Error mappingError;
QGeoServiceProvider::Error placeError;
- QString searchErrorString;
+ QString geocodeErrorString;
QString routingErrorString;
QString mappingErrorString;
QString placeErrorString;