From 1ac41150501d3c5cc4a9a6ed9c93729687666553 Mon Sep 17 00:00:00 2001 From: Paolo Angelelli Date: Mon, 21 Jan 2019 15:50:52 +0100 Subject: Fix crash when removing items from MapboxGL maps Triggered by usage of a virtual method in superclass destructor. Change-Id: If99e523e42fd13686ae43c0083a74e1b68221fc7 Fixes: QTBUG-67638 Reviewed-by: Eskil Abrahamsen Blomfeldt --- src/location/declarativemaps/qdeclarativegeomapquickitem_p.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/location/declarativemaps/qdeclarativegeomapquickitem_p.h') diff --git a/src/location/declarativemaps/qdeclarativegeomapquickitem_p.h b/src/location/declarativemaps/qdeclarativegeomapquickitem_p.h index a27a0bce..2663fdc6 100644 --- a/src/location/declarativemaps/qdeclarativegeomapquickitem_p.h +++ b/src/location/declarativemaps/qdeclarativegeomapquickitem_p.h @@ -98,7 +98,6 @@ public: const QGeoShape &geoShape() const override; void setGeoShape(const QGeoShape &shape) override; - QGeoMap::ItemType itemType() const override; Q_SIGNALS: void coordinateChanged(); -- cgit v1.2.1