From 40e9867254d2241fdac1ea76d416ad54e71d04ac Mon Sep 17 00:00:00 2001 From: Paolo Angelelli Date: Fri, 10 Aug 2018 12:50:10 +0200 Subject: Make QDeclarativeGeoMapItemBase::geoShape R/W This patch adds a setter for the geoShape property, overridden in the subclasses. Change-Id: I5fc4d412efee5e95c5650943ea5bf9b72dc40155 Reviewed-by: Alex Blasche --- src/location/declarativemaps/qdeclarativecirclemapitem_p.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/location/declarativemaps/qdeclarativecirclemapitem_p.h') diff --git a/src/location/declarativemaps/qdeclarativecirclemapitem_p.h b/src/location/declarativemaps/qdeclarativecirclemapitem_p.h index 2e8c56f8..a5b92881 100644 --- a/src/location/declarativemaps/qdeclarativecirclemapitem_p.h +++ b/src/location/declarativemaps/qdeclarativecirclemapitem_p.h @@ -94,6 +94,7 @@ public: bool contains(const QPointF &point) const override; const QGeoShape &geoShape() const override; + void setGeoShape(const QGeoShape &shape) override; QGeoMap::ItemType itemType() const override; static bool crossEarthPole(const QGeoCoordinate ¢er, qreal distance); -- cgit v1.2.1