summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeofiletilecache_p.h
diff options
context:
space:
mode:
authorPaolo Angelelli <paolo.angelelli@theqtcompany.com>2016-07-01 15:00:03 +0200
committerPaolo Angelelli <paolo.angelelli@theqtcompany.com>2016-07-07 13:09:43 +0000
commitfd7ad01376b511ef1065ff832a7e41f15f6175b3 (patch)
treec04e0c7a03a3fb73cc875638faa0657d8d3c9cc7 /src/location/maps/qgeofiletilecache_p.h
parenteaf416e17fecee09c0b3f8d93b784fc3cf5806d2 (diff)
downloadqtlocation-fd7ad01376b511ef1065ff832a7e41f15f6175b3.tar.gz
Fix for caching after mapbox improvement/highdpi-support
Currently the qgeofiletilecache/qgeofiletilecachemapbox contains a bug in that it makes use of virtual functions in the constructor. This patch fixes it by moving those calls into a virtual init() method that is called by QGeoTiledMappingManagerEngine::setTileCache() Change-Id: Icf7932dfbae7d99eef22c67e034246a834212a03 Reviewed-by: Michal Klocek <michal.klocek@qt.io>
Diffstat (limited to 'src/location/maps/qgeofiletilecache_p.h')
-rw-r--r--src/location/maps/qgeofiletilecache_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/location/maps/qgeofiletilecache_p.h b/src/location/maps/qgeofiletilecache_p.h
index caaa0b07..920ee56c 100644
--- a/src/location/maps/qgeofiletilecache_p.h
+++ b/src/location/maps/qgeofiletilecache_p.h
@@ -129,6 +129,7 @@ public:
QGeoTiledMappingManagerEngine::CacheAreas areas = QGeoTiledMappingManagerEngine::AllCaches) Q_DECL_OVERRIDE;
protected:
+ void init() Q_DECL_OVERRIDE;
void printStats() Q_DECL_OVERRIDE;
void loadTiles();