summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeomap.cpp
diff options
context:
space:
mode:
authorThomas Lowe <thomas.lowe@nokia.com>2012-05-03 14:55:53 +1000
committerQt by Nokia <qt-info@nokia.com>2012-05-09 03:55:25 +0200
commit98aa648725b6599a523bbeed33a134b3bfcbf19e (patch)
tree10f791296a82dba9e69bc649282288b3c4773d01 /src/location/maps/qgeomap.cpp
parent6e63524d0c175fd1ef7c8ccfd047041622198fda (diff)
downloadqtlocation-98aa648725b6599a523bbeed33a134b3bfcbf19e.tar.gz
Files renamed and cache only accessed through engine
This isn't completely what was requested on the ticket, but it makes the cache more separate, so easier to pull in/out. Mainly this is a slight reworking of the caching to make it a bit simpler for future prefetching. In particular: mapGeometry renamed to mapScene mapImages renames to tileRequestManager and mapImages::setVisible is now tileRequestManager::requestTiles The data flow has been simplified so the requestManager speaks directly to the tiledMappingManagerEngine and this engine takes care of inspecting the single cache. Task-number: QTBUG-25560 Change-Id: I31b2e26c45f7a7ac56fe138cf1a8906a228a93d3 Reviewed-by: Alex Wilson <alex.wilson@nokia.com>
Diffstat (limited to 'src/location/maps/qgeomap.cpp')
-rw-r--r--src/location/maps/qgeomap.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/location/maps/qgeomap.cpp b/src/location/maps/qgeomap.cpp
index 420dbab1..b4ed8b18 100644
--- a/src/location/maps/qgeomap.cpp
+++ b/src/location/maps/qgeomap.cpp
@@ -51,8 +51,8 @@
#include "qdoublevector3d_p.h"
#include "qgeocameratiles_p.h"
-#include "qgeomapimages_p.h"
-#include "qgeomapgeometry_p.h"
+#include "qgeotilerequestmanager_p.h"
+#include "qgeomapscene_p.h"
#include "qgeomappingmanager.h"