summaryrefslogtreecommitdiff
path: root/tests/auto/qgeocodingmanagerplugins/qgeoserviceproviderplugin_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qgeocodingmanagerplugins/qgeoserviceproviderplugin_test.cpp')
-rw-r--r--tests/auto/qgeocodingmanagerplugins/qgeoserviceproviderplugin_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qgeocodingmanagerplugins/qgeoserviceproviderplugin_test.cpp b/tests/auto/qgeocodingmanagerplugins/qgeoserviceproviderplugin_test.cpp
index d16ba32e..878c0fa1 100644
--- a/tests/auto/qgeocodingmanagerplugins/qgeoserviceproviderplugin_test.cpp
+++ b/tests/auto/qgeocodingmanagerplugins/qgeoserviceproviderplugin_test.cpp
@@ -53,7 +53,7 @@ QGeoServiceProviderFactoryTest::~QGeoServiceProviderFactoryTest()
}
QGeoCodingManagerEngine* QGeoServiceProviderFactoryTest::createGeocodingManagerEngine(
- const QMap<QString, QVariant> &parameters, QGeoServiceProvider::Error *error,
+ const QVariantMap &parameters, QGeoServiceProvider::Error *error,
QString *errorString) const
{
return new QGeoCodingManagerEngineTest(parameters, error, errorString);