summaryrefslogtreecommitdiff
path: root/src/location/quickmapitems/qdeclarativegeomapquickitem_p.h
diff options
context:
space:
mode:
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_;