summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeotiledmap_p_p.h
diff options
context:
space:
mode:
authorPaolo Angelelli <paolo.angelelli@theqtcompany.com>2016-02-04 20:18:46 +0100
committerPaolo Angelelli <paolo.angelelli@theqtcompany.com>2016-03-03 15:23:14 +0000
commitd21ed648f2958efaab9a041b2cd2607f4676be59 (patch)
treef0118c38f7f2d2c9ad628aa19a32e1f88b788796 /src/location/maps/qgeotiledmap_p_p.h
parent7af45b0a519e1000732bb1e5eb7cb2afd997646e (diff)
downloadqtlocation-d21ed648f2958efaab9a041b2cd2607f4676be59.tar.gz
QGeoMapScene renamed to QGeoTiledMapScenev5.7.0-alpha1
Since the class QGeoMapScene is tightly coupled to QGeoTiledMap, this patch renames it into QGeoTiledMapScene/QGeoTiledMapScenePrivate, to clarify the structure of the module and avoid confusion, as otherwise it would not be clear that this class is exclusively used by QGeoTiledMap. Change-Id: Ifd76b02ff14d0f0690dc37fcb0a93b0e0702d05d Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'src/location/maps/qgeotiledmap_p_p.h')
-rw-r--r--src/location/maps/qgeotiledmap_p_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/location/maps/qgeotiledmap_p_p.h b/src/location/maps/qgeotiledmap_p_p.h
index 05ada7b9..6a7ceec9 100644
--- a/src/location/maps/qgeotiledmap_p_p.h
+++ b/src/location/maps/qgeotiledmap_p_p.h
@@ -57,7 +57,7 @@
QT_BEGIN_NAMESPACE
class QGeoCameraTiles;
-class QGeoMapScene;
+class QGeoTiledMapScene;
class QAbstractGeoTileCache;
class QGeoTiledMappingManagerEngine;
class QGeoTiledMap;
@@ -96,7 +96,7 @@ private:
QAbstractGeoTileCache *m_cache;
QGeoCameraTiles *m_visibleTiles;
QGeoCameraTiles *m_prefetchTiles;
- QGeoMapScene *m_mapScene;
+ QGeoTiledMapScene *m_mapScene;
QGeoTileRequestManager *m_tileRequests;
int m_maxZoomLevel;
int m_minZoomLevel;