summaryrefslogtreecommitdiff
path: root/tests/auto/qgeoroutereply/tst_qgeoroutereply.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qgeoroutereply/tst_qgeoroutereply.cpp')
-rw-r--r--tests/auto/qgeoroutereply/tst_qgeoroutereply.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qgeoroutereply/tst_qgeoroutereply.cpp b/tests/auto/qgeoroutereply/tst_qgeoroutereply.cpp
index 45d9bdd2..c0632cd3 100644
--- a/tests/auto/qgeoroutereply/tst_qgeoroutereply.cpp
+++ b/tests/auto/qgeoroutereply/tst_qgeoroutereply.cpp
@@ -69,7 +69,7 @@ void tst_QGeoRouteReply::cleanupTestCase()
void tst_QGeoRouteReply::init()
{
qRegisterMetaType<QGeoRouteReply::Error>("Error");
- signalerror = new QSignalSpy(reply, SIGNAL(error(QGeoRouteReply::Error, const QString)));
+ signalerror = new QSignalSpy(reply, SIGNAL(error(QGeoRouteReply::Error,QString)));
signalfinished = new QSignalSpy(reply, SIGNAL(finished()));
}