summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeotiledmap_p.h
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@theqtcompany.com>2015-04-17 13:51:33 +0200
committerMichal Klocek <michal.klocek@theqtcompany.com>2015-05-05 15:46:37 +0000
commitbabc72059985e5d2d70c4077b466d676e45ac05c (patch)
treee8a6d42f0f008bfc4c68a39dabbef5a6159c1dba /src/location/maps/qgeotiledmap_p.h
parentab4d5336fba82f65e7393f2227a4b9c94075b39f (diff)
downloadqtlocation-babc72059985e5d2d70c4077b466d676e45ac05c.tar.gz
Remove movementStopped from QDeclarativeGeoMapGestureArea
Change-Id: I8d8265dd51838bc61c3ea86c487cf5e6ff60a475 Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'src/location/maps/qgeotiledmap_p.h')
-rw-r--r--src/location/maps/qgeotiledmap_p.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/location/maps/qgeotiledmap_p.h b/src/location/maps/qgeotiledmap_p.h
index c681a6b6..b8eac970 100644
--- a/src/location/maps/qgeotiledmap_p.h
+++ b/src/location/maps/qgeotiledmap_p.h
@@ -84,13 +84,14 @@ public:
QGeoCoordinate itemPositionToCoordinate(const QDoubleVector2D &pos, bool clipToViewport = true) const Q_DECL_OVERRIDE;
QDoubleVector2D coordinateToItemPosition(const QGeoCoordinate &coordinate, bool clipToViewport = true) const Q_DECL_OVERRIDE;
- QSGNode *updateSceneGraph(QSGNode *, QQuickWindow *window) Q_DECL_OVERRIDE;
+ void prefetchData() Q_DECL_OVERRIDE;
// Alternative to exposing this is to make tileFetched a slot, but then requestManager would
// need to be a QObject
QGeoTileRequestManager *getRequestManager();
+
protected:
- void prefetchData() Q_DECL_OVERRIDE;
+ QSGNode *updateSceneGraph(QSGNode *, QQuickWindow *window) Q_DECL_OVERRIDE;
protected Q_SLOTS:
virtual void evaluateCopyrights(const QSet<QGeoTileSpec> &visibleTiles);