diff options
author | abcd <qt-info@nokia.com> | 2011-07-31 21:33:56 +1000 |
---|---|---|
committer | abcd <qt_abcd1@ovi.com> | 2011-08-09 03:48:02 +0200 |
commit | 2904df66e87534ff348f7af13b0d513c8ecc746c (patch) | |
tree | 70fb416d39158f80d9445e1e9f0d1a2c6de20b48 /src/location/maps/qgeoserviceproviderfactory.cpp | |
parent | 38e2574bf27f66100bf9ec16592f938a4b7a02b1 (diff) | |
download | qtlocation-2904df66e87534ff348f7af13b0d513c8ecc746c.tar.gz |
Rename QGeoSearchManager to QGeocodingManager
Also do related renames like QGeoSearchReply to QGeocodeReply
Change-Id: I31cc6da4fda03299e905b4938cdfcff3c20aa8c7
Reviewed-on: http://codereview.qt.nokia.com/2710
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: abcd <qt_abcd1@ovi.com>
Diffstat (limited to 'src/location/maps/qgeoserviceproviderfactory.cpp')
-rw-r--r-- | src/location/maps/qgeoserviceproviderfactory.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/location/maps/qgeoserviceproviderfactory.cpp b/src/location/maps/qgeoserviceproviderfactory.cpp index 196f6877..20d10834 100644 --- a/src/location/maps/qgeoserviceproviderfactory.cpp +++ b/src/location/maps/qgeoserviceproviderfactory.cpp @@ -88,8 +88,8 @@ amongst the plugins. */ /*! - Returns a new QGeoSearchManagerEngine instance, initialized with \a - parameters, which implements the location searching functionality. + Returns a new QGeocodingManagerEngine instance, initialized with \a + parameters, which implements the location geocoding functionality. If \a error is not 0 it should be set to QGeoServiceProvider::NoError on success or an appropriate QGeoServiceProvider::Error on failure. @@ -100,7 +100,7 @@ amongst the plugins. The default implementation returns 0, which causes a QGeoServiceProvider::NotSupportedError in QGeoServiceProvider. */ -QGeoSearchManagerEngine* QGeoServiceProviderFactory::createSearchManagerEngine(const QMap<QString, QVariant> ¶meters, +QGeocodingManagerEngine* QGeoServiceProviderFactory::createGeocodingManagerEngine(const QMap<QString, QVariant> ¶meters, QGeoServiceProvider::Error *error, QString *errorString) const { @@ -113,7 +113,7 @@ QGeoSearchManagerEngine* QGeoServiceProviderFactory::createSearchManagerEngine(c /*! Returns a new QGeoMappingManagerEngine instance, initialized with \a - parameters, which implements the location searching functionality. + parameters, which implements mapping functionality. If \a error is not 0 it should be set to QGeoServiceProvider::NoError on success or an appropriate QGeoServiceProvider::Error on failure. @@ -137,7 +137,7 @@ QGeoMappingManagerEngine* QGeoServiceProviderFactory::createMappingManagerEngine /*! Returns a new QGeoRoutingManagerEngine instance, initialized with \a - parameters, which implements the location searching functionality. + parameters, which implements routing functionality. If \a error is not 0 it should be set to QGeoServiceProvider::NoError on success or an appropriate QGeoServiceProvider::Error on failure. |