diff options
Diffstat (limited to 'src/positioning/qgeoshape.h')
-rw-r--r-- | src/positioning/qgeoshape.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/positioning/qgeoshape.h b/src/positioning/qgeoshape.h index 58e17c7d..40123f88 100644 --- a/src/positioning/qgeoshape.h +++ b/src/positioning/qgeoshape.h @@ -65,7 +65,8 @@ public: enum ShapeType { UnknownType, RectangleType, - CircleType + CircleType, + PathType }; ShapeType type() const; |