summaryrefslogtreecommitdiff
path: root/tests/auto/geotestplugin/qgeoserviceproviderplugin_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/geotestplugin/qgeoserviceproviderplugin_test.cpp')
-rw-r--r--tests/auto/geotestplugin/qgeoserviceproviderplugin_test.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/geotestplugin/qgeoserviceproviderplugin_test.cpp b/tests/auto/geotestplugin/qgeoserviceproviderplugin_test.cpp
index d6fe0c0c..36b1688b 100644
--- a/tests/auto/geotestplugin/qgeoserviceproviderplugin_test.cpp
+++ b/tests/auto/geotestplugin/qgeoserviceproviderplugin_test.cpp
@@ -59,6 +59,11 @@ QString QGeoServiceProviderFactoryTest::providerName() const
return "qmlgeo.test.plugin";
}
+QStringList QGeoServiceProviderFactoryTest::keys() const
+{
+ return QStringList() << QLatin1String("qmlgeo.test.plugin");
+}
+
int QGeoServiceProviderFactoryTest::providerVersion() const
{
return 3;