summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeotiledmap_p_p.h
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@theqtcompany.com>2015-04-21 11:02:33 +0200
committerMichal Klocek <michal.klocek@theqtcompany.com>2015-05-21 08:13:04 +0000
commit27baf7d76a30496d1270981cfb3dc1aad63461d3 (patch)
treeb516dcf104cbd52f2b3af199cc4abe6d6d4d135e /src/location/maps/qgeotiledmap_p_p.h
parentf4af2376fc001b38089dbd29cecedc9de4341718 (diff)
downloadqtlocation-27baf7d76a30496d1270981cfb3dc1aad63461d3.tar.gz
Refactor fetching calls in QGeoCameraTiles
Introduce dirty flags, remove redundant getters. Change fetch ifdefs to switch case, so all code gets compiled. Change-Id: I610f20098c67089bd2c2684910283f165e1109e0 Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'src/location/maps/qgeotiledmap_p_p.h')
-rw-r--r--src/location/maps/qgeotiledmap_p_p.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/location/maps/qgeotiledmap_p_p.h b/src/location/maps/qgeotiledmap_p_p.h
index 8f2999ef..4c69efe9 100644
--- a/src/location/maps/qgeotiledmap_p_p.h
+++ b/src/location/maps/qgeotiledmap_p_p.h
@@ -82,8 +82,6 @@ public:
QDoubleVector2D coordinateToItemPosition(const QGeoCoordinate &coordinate) const;
void newTileFetched(const QGeoTileSpec &spec);
- QSet<QGeoTileSpec> visibleTiles();
-
void prefetchTiles();
protected: