summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeomap.cpp
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.cpp
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.cpp')
-rw-r--r--src/location/maps/qgeomap.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/location/maps/qgeomap.cpp b/src/location/maps/qgeomap.cpp
index c1c88a3a..e633e46f 100644
--- a/src/location/maps/qgeomap.cpp
+++ b/src/location/maps/qgeomap.cpp
@@ -144,6 +144,11 @@ int QGeoMap::mapVersion()
return -1;
}
+void QGeoMap::prefetchData()
+{
+
+}
+
QGeoMapPrivate::QGeoMapPrivate(QGeoMappingManagerEngine *engine)
: QObjectPrivate(),
m_width(0),