summaryrefslogtreecommitdiff
path: root/tests/auto/geotestplugin/qgeoserviceproviderplugin_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/geotestplugin/qgeoserviceproviderplugin_test.h')
-rw-r--r--tests/auto/geotestplugin/qgeoserviceproviderplugin_test.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/auto/geotestplugin/qgeoserviceproviderplugin_test.h b/tests/auto/geotestplugin/qgeoserviceproviderplugin_test.h
index bdcad224..84939133 100644
--- a/tests/auto/geotestplugin/qgeoserviceproviderplugin_test.h
+++ b/tests/auto/geotestplugin/qgeoserviceproviderplugin_test.h
@@ -58,13 +58,13 @@ public:
QGeoServiceProviderFactoryTest();
~QGeoServiceProviderFactoryTest();
- QGeoMappingManagerEngine* createMappingManagerEngine (
- const QMap<QString, QVariant> & parameters,
- QGeoServiceProvider::Error * error, QString * errorString ) const;
- QGeoRoutingManagerEngine* createRoutingManagerEngine (
- const QMap<QString, QVariant> & parameters,
- QGeoServiceProvider::Error * error, QString * errorString ) const;
- QGeocodingManagerEngine* createGeocodingManagerEngine(
+ QGeoMappingManagerEngine* createMappingManagerEngine(
+ const QMap<QString, QVariant> &parameters,
+ QGeoServiceProvider::Error *error, QString *errorString) const;
+ QGeoRoutingManagerEngine* createRoutingManagerEngine(
+ const QMap<QString, QVariant> &parameters,
+ QGeoServiceProvider::Error *error, QString *errorString ) const;
+ QGeoCodingManagerEngine* createGeocodingManagerEngine(
const QMap<QString, QVariant> &parameters,
QGeoServiceProvider::Error *error, QString *errorString) const;
QPlaceManagerEngine* createPlaceManagerEngine(