summaryrefslogtreecommitdiff
path: root/src/location/declarativemaps/qgeomapobject_p_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/declarativemaps/qgeomapobject_p_p.h')
-rw-r--r--src/location/declarativemaps/qgeomapobject_p_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/location/declarativemaps/qgeomapobject_p_p.h b/src/location/declarativemaps/qgeomapobject_p_p.h
index 242a93ce..a2083bbd 100644
--- a/src/location/declarativemaps/qgeomapobject_p_p.h
+++ b/src/location/declarativemaps/qgeomapobject_p_p.h
@@ -75,6 +75,8 @@ public:
virtual void setParentVisibility(bool visible);
virtual void setMap(QGeoMap *map);
virtual QGeoMapObjectPrivate *clone() = 0; // to allow proper detaching
+ virtual QGeoShape geoShape() const = 0;
+ virtual void setGeoShape(const QGeoShape &shape) = 0;
QGeoMapObject *q = nullptr;
QPointer<QGeoMap> m_map;