summaryrefslogtreecommitdiff
path: root/src/plugins/geoservices/mapbox
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/plugins/geoservices/mapbox
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/plugins/geoservices/mapbox')
-rw-r--r--src/plugins/geoservices/mapbox/qgeofiletilecachemapbox.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/geoservices/mapbox/qgeofiletilecachemapbox.h b/src/plugins/geoservices/mapbox/qgeofiletilecachemapbox.h
index 189efc10..e96e5ab0 100644
--- a/src/plugins/geoservices/mapbox/qgeofiletilecachemapbox.h
+++ b/src/plugins/geoservices/mapbox/qgeofiletilecachemapbox.h
@@ -39,7 +39,6 @@
#include <QtLocation/private/qgeofiletilecache_p.h>
#include <QMap>
-#include <QLatin1String>
QT_BEGIN_NAMESPACE