summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeotilerequestmanager.cpp
diff options
context:
space:
mode:
authorHarald Meyer <dev@meh.at>2015-10-10 17:01:07 +0200
committerHarald Meyer <dev@meh.at>2015-10-22 05:02:14 +0000
commit211fd58142a03387b8a693f20a6054a8578e9f8a (patch)
tree61df325a59ea5af6c3a14684c8b021bc34825202 /src/location/maps/qgeotilerequestmanager.cpp
parentf7d39c4aa2d16c0e7475a301e24818ae50c970c8 (diff)
downloadqtlocation-211fd58142a03387b8a693f20a6054a8578e9f8a.tar.gz
Split QGeoTileCache for easier customization of the tile cache.
The QGeoTileCache is split into two classes: The abstract class QAbstractGeoTileCache offers interfaces for inserting and getting tiles, as well as getting cache status information such as used texture memory. The new class QGeoFileTileCache implements QAbstractGeoTileCache and offers a file based caching implementation (the implementation is the same as before splitting the class). Change-Id: I2eab7491d489ac5b251c1296b67688901f5cc7d7 Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
Diffstat (limited to 'src/location/maps/qgeotilerequestmanager.cpp')
-rw-r--r--src/location/maps/qgeotilerequestmanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/location/maps/qgeotilerequestmanager.cpp b/src/location/maps/qgeotilerequestmanager.cpp
index 8857671d..1409856a 100644
--- a/src/location/maps/qgeotilerequestmanager.cpp
+++ b/src/location/maps/qgeotilerequestmanager.cpp
@@ -37,7 +37,7 @@
#include "qgeotilespec_p.h"
#include "qgeotiledmap_p.h"
#include "qgeotiledmappingmanagerengine_p.h"
-#include "qgeotilecache_p.h"
+#include "qabstractgeotilecache_p.h"
#include <QtCore/QPointer>
QT_BEGIN_NAMESPACE