From fc53ebdbd043642aaab0ce39f48d7c05231d10fd Mon Sep 17 00:00:00 2001 From: Alex Blasche Date: Thu, 29 Aug 2013 11:27:50 +0200 Subject: Fix some name inconsistencies in QtLocation 1. Rename QGeocoding* classes to QGeoCoding*. This emphasizes the QGeo prefix rather than the geocing word. The QML interfaces continues to use the Geocoding* as they don't a prefix as such. 2. Rename QProposedSearchResult to QPlaceProposedSearchResult. The class is place related and should carry the QPlace name prefix Change-Id: I428c7e6368774a9f199db5c113de11649e4a665c Reviewed-by: Kurt Pattyn Reviewed-by: Aaron McCarthy --- tests/auto/qgeocodingmanagerplugins/qgeoserviceproviderplugin_test.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tests/auto/qgeocodingmanagerplugins/qgeoserviceproviderplugin_test.h') diff --git a/tests/auto/qgeocodingmanagerplugins/qgeoserviceproviderplugin_test.h b/tests/auto/qgeocodingmanagerplugins/qgeoserviceproviderplugin_test.h index ecb59cc7..c49e90bb 100644 --- a/tests/auto/qgeocodingmanagerplugins/qgeoserviceproviderplugin_test.h +++ b/tests/auto/qgeocodingmanagerplugins/qgeoserviceproviderplugin_test.h @@ -58,8 +58,9 @@ public: QGeoServiceProviderFactoryTest(); ~QGeoServiceProviderFactoryTest(); - QGeocodingManagerEngine* createGeocodingManagerEngine(const QMap ¶meters, - QGeoServiceProvider::Error *error, QString *errorString) const; + QGeoCodingManagerEngine* createGeocodingManagerEngine( + const QMap ¶meters, + QGeoServiceProvider::Error *error, QString *errorString) const; }; #endif -- cgit v1.2.1