summaryrefslogtreecommitdiff
path: root/src/location/places/qplacemanager.cpp
diff options
context:
space:
mode:
authorabcd <qt-info@nokia.com>2011-10-17 18:45:38 +1000
committerQt by Nokia <qt-info@nokia.com>2011-10-18 02:40:49 +0200
commit55aa1efdfc1043381cff3ab30581de9ab587762a (patch)
treef96b753b681cc1a0e94da35d95be299ad1609ee5 /src/location/places/qplacemanager.cpp
parentc8dc39b3cee6567db3d5dd80e8d1218afe06143a (diff)
downloadqtlocation-55aa1efdfc1043381cff3ab30581de9ab587762a.tar.gz
Remove obsoleted signal connection
Change-Id: I6973845a234942aae665ae0aa9453ef295e7fa81 Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
Diffstat (limited to 'src/location/places/qplacemanager.cpp')
-rw-r--r--src/location/places/qplacemanager.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/location/places/qplacemanager.cpp b/src/location/places/qplacemanager.cpp
index 2658cd22..449f4766 100644
--- a/src/location/places/qplacemanager.cpp
+++ b/src/location/places/qplacemanager.cpp
@@ -90,8 +90,6 @@ QPlaceManager::QPlaceManager(QPlaceManagerEngine *engine, QObject *parent)
connect(d, SIGNAL(finished(QPlaceReply*)), this, SIGNAL(finished(QPlaceReply*)));
connect(d, SIGNAL(error(QPlaceReply*,QPlaceReply::Error)),
this, SIGNAL(error(QPlaceReply*,QPlaceReply::Error)));
- connect(d,SIGNAL(authenticationRequired(QAuthenticator*)),
- this, SIGNAL(authenticationRequired(QAuthenticator*)));
connect(d, SIGNAL(placeAdded(QString)),
this, SIGNAL(placeAdded(QString)), Qt::QueuedConnection);