summaryrefslogtreecommitdiff
path: root/src/positioning/qgeoshape_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/positioning/qgeoshape_p.h')
-rw-r--r--src/positioning/qgeoshape_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/positioning/qgeoshape_p.h b/src/positioning/qgeoshape_p.h
index ec0b8283..f58fe1e8 100644
--- a/src/positioning/qgeoshape_p.h
+++ b/src/positioning/qgeoshape_p.h
@@ -69,6 +69,8 @@ public:
virtual bool isEmpty() const = 0;
virtual bool contains(const QGeoCoordinate &coordinate) const = 0;
+ virtual void extendShape(const QGeoCoordinate &coordinate) = 0;
+
virtual QGeoShapePrivate *clone() const = 0;
virtual bool operator==(const QGeoShapePrivate &other) const;