summaryrefslogtreecommitdiff
path: root/src/plugins/geoservices/osm
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@theqtcompany.com>2015-01-29 09:53:57 +0100
committerAlex Blasche <alexander.blasche@theqtcompany.com>2015-01-29 10:41:24 +0000
commit0713b376bfd37ea2606e127eb0e67e5aee9ea8f3 (patch)
treeb7e8c3bc7f4203a4203c760725b1a614adfb47d6 /src/plugins/geoservices/osm
parentbaae1926455d9b69b1405cc1683d1be0f3565338 (diff)
downloadqtlocation-0713b376bfd37ea2606e127eb0e67e5aee9ea8f3.tar.gz
Remove connection to non-existing slot
This is a cleanup after d8d9c4fbb6047b59b98108d6e3221206aa926ccd Change-Id: I99007e78ad47c68445e219e79d56bd2336ff6738 Reviewed-by: Aaron McCarthy <mccarthy.aaron@gmail.com>
Diffstat (limited to 'src/plugins/geoservices/osm')
-rw-r--r--src/plugins/geoservices/osm/qgeomapreplyosm.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/geoservices/osm/qgeomapreplyosm.cpp b/src/plugins/geoservices/osm/qgeomapreplyosm.cpp
index 0d061c0a..2b644d10 100644
--- a/src/plugins/geoservices/osm/qgeomapreplyosm.cpp
+++ b/src/plugins/geoservices/osm/qgeomapreplyosm.cpp
@@ -41,7 +41,6 @@ QGeoMapReplyOsm::QGeoMapReplyOsm(QNetworkReply *reply, const QGeoTileSpec &spec,
connect(m_reply, SIGNAL(finished()), this, SLOT(networkReplyFinished()));
connect(m_reply, SIGNAL(error(QNetworkReply::NetworkError)),
this, SLOT(networkReplyError(QNetworkReply::NetworkError)));
- connect(m_reply, SIGNAL(destroyed()), this, SLOT(replyDestroyed()));
}
QGeoMapReplyOsm::~QGeoMapReplyOsm()