summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeomap_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/qgeomap_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/qgeomap_p.h')
-rw-r--r--src/location/maps/qgeomap_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/location/maps/qgeomap_p.h b/src/location/maps/qgeomap_p.h
index 8de467a5..f2996a20 100644
--- a/src/location/maps/qgeomap_p.h
+++ b/src/location/maps/qgeomap_p.h
@@ -84,6 +84,7 @@ public:
virtual QGeoCoordinate itemPositionToCoordinate(const QDoubleVector2D &pos, bool clipToViewport = true) const = 0;
virtual QDoubleVector2D coordinateToItemPosition(const QGeoCoordinate &coordinate, bool clipToViewport = true) const = 0;
virtual int mapVersion();
+ virtual void prefetchData();
QString pluginString();
QGeoCameraCapabilities cameraCapabilities();
@@ -96,7 +97,6 @@ protected:
public Q_SLOTS:
void update();
- virtual void prefetchData() {}
Q_SIGNALS:
void cameraDataChanged(const QGeoCameraData &cameraData);