summaryrefslogtreecommitdiff
path: root/tests/auto/geotestplugin/qgeoroutingmanagerengine_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/geotestplugin/qgeoroutingmanagerengine_test.h')
-rw-r--r--tests/auto/geotestplugin/qgeoroutingmanagerengine_test.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/geotestplugin/qgeoroutingmanagerengine_test.h b/tests/auto/geotestplugin/qgeoroutingmanagerengine_test.h
index daf7a87d..712c5d89 100644
--- a/tests/auto/geotestplugin/qgeoroutingmanagerengine_test.h
+++ b/tests/auto/geotestplugin/qgeoroutingmanagerengine_test.h
@@ -136,7 +136,7 @@ public:
QGeoRouteRequest::TruckTravel );
}
- virtual QGeoRouteReply* calculateRoute(const QGeoRouteRequest& request)
+ virtual QGeoRouteReply* calculateRoute(const QGeoRouteRequest& request) override
{
routeReply_ = new RouteReplyTest();
connect(routeReply_, SIGNAL(aborted()), this, SLOT(requestAborted()));
@@ -210,7 +210,7 @@ public Q_SLOTS:
}
protected:
- void timerEvent(QTimerEvent *event)
+ void timerEvent(QTimerEvent *event) override
{
Q_UNUSED(event);
Q_ASSERT(timerId_ == event->timerId());