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.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/qgeocodingmanagerplugins/qgeoserviceproviderplugin_test.cpp b/tests/auto/qgeocodingmanagerplugins/qgeoserviceproviderplugin_test.cpp
index cf837d10..bd69f373 100644
--- a/tests/auto/qgeocodingmanagerplugins/qgeoserviceproviderplugin_test.cpp
+++ b/tests/auto/qgeocodingmanagerplugins/qgeoserviceproviderplugin_test.cpp
@@ -57,6 +57,11 @@ QString QGeoServiceProviderFactoryTest::providerName() const
return "static.geocode.test.plugin";
}
+QStringList QGeoServiceProviderFactoryTest::keys() const
+{
+ return QStringList() << QLatin1String("static.geocode.test.plugin");
+}
+
int QGeoServiceProviderFactoryTest::providerVersion() const
{
return 3;