summaryrefslogtreecommitdiff
path: root/tests/auto/qgeoroutingmanagerplugins/qgeoserviceproviderplugin_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qgeoroutingmanagerplugins/qgeoserviceproviderplugin_test.h')
-rw-r--r--tests/auto/qgeoroutingmanagerplugins/qgeoserviceproviderplugin_test.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/qgeoroutingmanagerplugins/qgeoserviceproviderplugin_test.h b/tests/auto/qgeoroutingmanagerplugins/qgeoserviceproviderplugin_test.h
index e909b647..0883c7be 100644
--- a/tests/auto/qgeoroutingmanagerplugins/qgeoserviceproviderplugin_test.h
+++ b/tests/auto/qgeoroutingmanagerplugins/qgeoserviceproviderplugin_test.h
@@ -46,7 +46,8 @@ public:
~QGeoServiceProviderFactoryTest();
QGeoRoutingManagerEngine* createRoutingManagerEngine(const QVariantMap &parameters,
- QGeoServiceProvider::Error *error, QString *errorString) const;
+ QGeoServiceProvider::Error *error,
+ QString *errorString) const override;
};