From 98aa648725b6599a523bbeed33a134b3bfcbf19e Mon Sep 17 00:00:00 2001 From: Thomas Lowe Date: Thu, 3 May 2012 14:55:53 +1000 Subject: 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 --- tests/auto/auto.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/auto/auto.pro') 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 \ -- cgit v1.2.1