summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron McCarthy <aaron.mccarthy@jollamobile.com>2015-06-19 12:25:59 +1000
committerAaron McCarthy <mccarthy.aaron@gmail.com>2015-06-30 04:15:37 +0000
commit5e71363485b3760601544f6365b039ef3b986123 (patch)
treef0e98bf6b8a0117f98b74d75d0f0513f039ddc04
parent41a066b709d26edb19388a862c15611e749ae71f (diff)
Remove FIXME which is no longer relevant
Gesture handling on rotated maps works as expected. Change-Id: I36dee2f3b933aa9c361694fc74f86868a882fc5d Reviewed-by: Michal Klocek <michal.klocek@theqtcompany.com> Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
-rw-r--r--src/imports/location/qdeclarativegeomapgesturearea.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/imports/location/qdeclarativegeomapgesturearea.cpp b/src/imports/location/qdeclarativegeomapgesturearea.cpp
index 2fabd2b3..68178e6d 100644
--- a/src/imports/location/qdeclarativegeomapgesturearea.cpp
+++ b/src/imports/location/qdeclarativegeomapgesturearea.cpp
@@ -1118,8 +1118,6 @@ bool QDeclarativeGeoMapGestureArea::tryStartFlick()
/*!
\internal
*/
-// FIXME:
-// - not left right / up down flicking, so if map is rotated, will act unintuitively
void QDeclarativeGeoMapGestureArea::startFlick(int dx, int dy, int timeMs)
{
if (timeMs < 0)