summaryrefslogtreecommitdiff
path: root/src/location/declarativemaps/qquickgeomapgesturearea_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/declarativemaps/qquickgeomapgesturearea_p.h')
-rw-r--r--src/location/declarativemaps/qquickgeomapgesturearea_p.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/location/declarativemaps/qquickgeomapgesturearea_p.h b/src/location/declarativemaps/qquickgeomapgesturearea_p.h
index dfbe682d..a13dd4c6 100644
--- a/src/location/declarativemaps/qquickgeomapgesturearea_p.h
+++ b/src/location/declarativemaps/qquickgeomapgesturearea_p.h
@@ -162,14 +162,13 @@ public:
qreal flickDeceleration() const;
void setFlickDeceleration(qreal deceleration);
- void handleTouchEvent(QTouchEvent *event);
+ void handleTouchEvent(QPointerEvent *event);
#if QT_CONFIG(wheelevent)
void handleWheelEvent(QWheelEvent *event);
#endif
void handleMousePressEvent(QMouseEvent *event);
void handleMouseMoveEvent(QMouseEvent *event);
void handleMouseReleaseEvent(QMouseEvent *event);
- void handleMouseUngrabEvent();
void handleTouchUngrabEvent();
void setMinimumZoomLevel(qreal min);
@@ -333,7 +332,6 @@ private:
QPointF m_lastPos;
QList<QTouchEvent::TouchPoint> m_allPoints;
QList<QTouchEvent::TouchPoint> m_touchPoints;
- QScopedPointer<QTouchEvent::TouchPoint> m_mousePoint;
QPointF m_sceneStartPoint1;
// only set when two points in contact