summaryrefslogtreecommitdiff
path: root/src/location/quickmapitems/qdeclarativegeomapquickitem_p.h
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2018-02-28 14:31:53 +0100
committerShawn Rutledge <shawn.rutledge@qt.io>2023-01-28 22:56:08 +0100
commit4b81f1a34c6936b7b5a752ed4555f65847b13337 (patch)
tree12ce6beb0b511bbd208d01519eb8f70991386268 /src/location/quickmapitems/qdeclarativegeomapquickitem_p.h
parent12004dfa1d5040a38f26e4170eb43347e06c2ac8 (diff)
downloadqtlocation-4b81f1a34c6936b7b5a752ed4555f65847b13337.tar.gz
Remove all C++ event handling, prep for pointer handlers
The QML Map type is now non-interactive. The plan is to replace QQuickGeoMapGestureArea with a set of pointer handlers on top of Map, probably in a new QML type called MapView. [ChangeLog][Map] Map is now non-interactive, concerned only with rendering. Pick-to: 6.5 Task-number: QTBUG-68108 Change-Id: Ie64ffd13abc2b3e00d8e90043f3bb672299f4f15 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'src/location/quickmapitems/qdeclarativegeomapquickitem_p.h')
-rw-r--r--src/location/quickmapitems/qdeclarativegeomapquickitem_p.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/location/quickmapitems/qdeclarativegeomapquickitem_p.h b/src/location/quickmapitems/qdeclarativegeomapquickitem_p.h
index e0d32d7d..7ed4dd23 100644
--- a/src/location/quickmapitems/qdeclarativegeomapquickitem_p.h
+++ b/src/location/quickmapitems/qdeclarativegeomapquickitem_p.h
@@ -113,7 +113,6 @@ Q_SIGNALS:
protected:
void geometryChange(const QRectF &newGeometry, const QRectF &oldGeometry) override;
void updatePolish() override;
- bool childMouseEventFilter(QQuickItem *item, QEvent *event) override;
protected Q_SLOTS:
void afterChildrenChanged() override;
@@ -121,7 +120,6 @@ protected Q_SLOTS:
private:
qreal scaleFactor();
- QGeoCoordinate dragStartCoordinate_;
QGeoCoordinate coordinate_;
QGeoRectangle geoshape_;
QPointer<QQuickItem> sourceItem_;