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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/geotestplugin/qgeoroutingmanagerengine_test.h b/tests/auto/geotestplugin/qgeoroutingmanagerengine_test.h
index 5974bfa7..841e9b82 100644
--- a/tests/auto/geotestplugin/qgeoroutingmanagerengine_test.h
+++ b/tests/auto/geotestplugin/qgeoroutingmanagerengine_test.h
@@ -167,6 +167,7 @@ public Q_SLOTS:
protected:
void timerEvent(QTimerEvent *event)
{
+ Q_UNUSED(event);
Q_ASSERT(timerId_ == event->timerId());
Q_ASSERT(routeReply_);
killTimer(timerId_);