summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeocodingmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/maps/qgeocodingmanager.cpp')
-rw-r--r--src/location/maps/qgeocodingmanager.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/location/maps/qgeocodingmanager.cpp b/src/location/maps/qgeocodingmanager.cpp
index 5dcb873e..79b0bcc6 100644
--- a/src/location/maps/qgeocodingmanager.cpp
+++ b/src/location/maps/qgeocodingmanager.cpp
@@ -96,9 +96,9 @@ QGeoCodingManager::QGeoCodingManager(QGeoCodingManagerEngine *engine, QObject *p
SIGNAL(finished(QGeoCodeReply*)));
connect(d_ptr->engine,
- SIGNAL(error(QGeoCodeReply*, QGeoCodeReply::Error, QString)),
+ SIGNAL(error(QGeoCodeReply*,QGeoCodeReply::Error,QString)),
this,
- SIGNAL(error(QGeoCodeReply*, QGeoCodeReply::Error, QString)));
+ SIGNAL(error(QGeoCodeReply*,QGeoCodeReply::Error,QString)));
} else {
qFatal("The geocoding manager engine that was set for this geocoding manager was NULL.");
}