summaryrefslogtreecommitdiff
path: root/src/plugins/geoservices/nokia/qgeoroutingmanagerengine_nokia.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/geoservices/nokia/qgeoroutingmanagerengine_nokia.cpp')
-rw-r--r--src/plugins/geoservices/nokia/qgeoroutingmanagerengine_nokia.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/plugins/geoservices/nokia/qgeoroutingmanagerengine_nokia.cpp b/src/plugins/geoservices/nokia/qgeoroutingmanagerengine_nokia.cpp
index 4380494a..d0fb5b93 100644
--- a/src/plugins/geoservices/nokia/qgeoroutingmanagerengine_nokia.cpp
+++ b/src/plugins/geoservices/nokia/qgeoroutingmanagerengine_nokia.cpp
@@ -141,9 +141,9 @@ QGeoRouteReply *QGeoRoutingManagerEngineNokia::calculateRoute(const QGeoRouteReq
SLOT(routeFinished()));
connect(reply,
- SIGNAL(error(QGeoRouteReply::Error, QString)),
+ SIGNAL(error(QGeoRouteReply::Error,QString)),
this,
- SLOT(routeError(QGeoRouteReply::Error, QString)));
+ SLOT(routeError(QGeoRouteReply::Error,QString)));
return reply;
}
@@ -172,9 +172,9 @@ QGeoRouteReply *QGeoRoutingManagerEngineNokia::updateRoute(const QGeoRoute &rout
SLOT(routeFinished()));
connect(reply,
- SIGNAL(error(QGeoRouteReply::Error, QString)),
+ SIGNAL(error(QGeoRouteReply::Error,QString)),
this,
- SLOT(routeError(QGeoRouteReply::Error, QString)));
+ SLOT(routeError(QGeoRouteReply::Error,QString)));
return reply;
}
@@ -495,7 +495,7 @@ void QGeoRoutingManagerEngineNokia::routeError(QGeoRouteReply::Error error, cons
if (!reply)
return;
- if (receivers(SIGNAL(error(QGeoRouteReply*, QGeoRouteReply::Error, QString))) == 0) {
+ if (receivers(SIGNAL(error(QGeoRouteReply*,QGeoRouteReply::Error,QString))) == 0) {
reply->deleteLater();
return;
}