summaryrefslogtreecommitdiff
path: root/tests/auto/auto.pro
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 /tests/auto/auto.pro
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 'tests/auto/auto.pro')
-rw-r--r--tests/auto/auto.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index cf898848..79d89199 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -43,7 +43,7 @@ SUBDIRS += geotestplugin \
qgeocoordinate \
qgeolocation \
qgeomaneuver \
- qgeomapgeometry \
+ qgeomapscene \
qgeopositioninfo \
qgeopositioninfosource \
qgeoroute \