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.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/tests/auto/geotestplugin/qgeoserviceproviderplugin_test.h b/tests/auto/geotestplugin/qgeoserviceproviderplugin_test.h
index ac195d69..d5d5599a 100644
--- a/tests/auto/geotestplugin/qgeoserviceproviderplugin_test.h
+++ b/tests/auto/geotestplugin/qgeoserviceproviderplugin_test.h
@@ -45,18 +45,18 @@ public:
QGeoServiceProviderFactoryTest();
~QGeoServiceProviderFactoryTest();
- QGeoMappingManagerEngine* createMappingManagerEngine(
- const QVariantMap &parameters,
- QGeoServiceProvider::Error *error, QString *errorString) const;
- QGeoRoutingManagerEngine* createRoutingManagerEngine(
- const QVariantMap &parameters,
- QGeoServiceProvider::Error *error, QString *errorString ) const;
- QGeoCodingManagerEngine* createGeocodingManagerEngine(
- const QVariantMap &parameters,
- QGeoServiceProvider::Error *error, QString *errorString) const;
- QPlaceManagerEngine* createPlaceManagerEngine(
- const QVariantMap &parameters,
- QGeoServiceProvider::Error *error, QString *errorString) const;
+ QGeoMappingManagerEngine* createMappingManagerEngine(const QVariantMap &parameters,
+ QGeoServiceProvider::Error *error,
+ QString *errorString) const override;
+ QGeoRoutingManagerEngine* createRoutingManagerEngine(const QVariantMap &parameters,
+ QGeoServiceProvider::Error *error,
+ QString *errorString ) const override;
+ QGeoCodingManagerEngine* createGeocodingManagerEngine(const QVariantMap &parameters,
+ QGeoServiceProvider::Error *error,
+ QString *errorString) const override;
+ QPlaceManagerEngine* createPlaceManagerEngine(const QVariantMap &parameters,
+ QGeoServiceProvider::Error *error,
+ QString *errorString) const override;
};
#endif