summaryrefslogtreecommitdiff
path: root/src/plugins/geoservices/osm/qgeotiledmappingmanagerengineosm.h
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2016-08-02 10:09:58 +0200
committerLiang Qi <liang.qi@qt.io>2016-08-02 10:09:58 +0200
commitd031c0f7b13bb07227210632f66adceef71dc5bb (patch)
tree1a26163a1929c467c2de002a009364434c918dff /src/plugins/geoservices/osm/qgeotiledmappingmanagerengineosm.h
parent76e3fea9e77713860211c599b2a0aff3a72902c6 (diff)
parent19642842cea91a4588828362eba023c5da5ab57b (diff)
downloadqtlocation-d031c0f7b13bb07227210632f66adceef71dc5bb.tar.gz
Merge remote-tracking branch 'origin/5.7' into dev
Change-Id: I9bfe99e7e619cbf03cda73c3df4f2f51851474ae
Diffstat (limited to 'src/plugins/geoservices/osm/qgeotiledmappingmanagerengineosm.h')
-rw-r--r--src/plugins/geoservices/osm/qgeotiledmappingmanagerengineosm.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/plugins/geoservices/osm/qgeotiledmappingmanagerengineosm.h b/src/plugins/geoservices/osm/qgeotiledmappingmanagerengineosm.h
index bd79fc58..7536e655 100644
--- a/src/plugins/geoservices/osm/qgeotiledmappingmanagerengineosm.h
+++ b/src/plugins/geoservices/osm/qgeotiledmappingmanagerengineosm.h
@@ -63,6 +63,13 @@ public:
const QVector<QGeoTileProviderOsm *> &providers();
QString customCopyright() const;
+protected Q_SLOTS:
+ void onProviderResolutionFinished(const QGeoTileProviderOsm *provider);
+ void onProviderResolutionError(const QGeoTileProviderOsm *provider, QNetworkReply::NetworkError error);
+
+protected:
+ void updateMapTypes();
+
private:
QVector<QGeoTileProviderOsm *> m_providers;
QString m_customCopyright;