summaryrefslogtreecommitdiff
path: root/src/positioning/qgeoshape.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/positioning/qgeoshape.cpp')
-rw-r--r--src/positioning/qgeoshape.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/positioning/qgeoshape.cpp b/src/positioning/qgeoshape.cpp
index 60ef18a4..ad7b0c58 100644
--- a/src/positioning/qgeoshape.cpp
+++ b/src/positioning/qgeoshape.cpp
@@ -95,6 +95,7 @@ bool QGeoShapePrivate::operator==(const QGeoShapePrivate &other) const
\value UnknownType A shape of unknown type.
\value RectangleType A rectangular shape.
\value CircleType A circular shape.
+ \value PathType A path type.
*/
/*!
@@ -229,7 +230,7 @@ bool QGeoShape::contains(const QGeoCoordinate &coordinate) const
}
/*!
- Returns a \a QGeoRectangle representing the geographical bounding rectangle of the
+ Returns a QGeoRectangle representing the geographical bounding rectangle of the
geo shape, that defines the latitudinal/longitudinal bounds of the geo shape.
\since 5.9
@@ -424,4 +425,6 @@ QDataStream &operator>>(QDataStream &stream, QGeoShape &shape)
}
#endif
+#include "moc_qgeoshape.cpp"
+
QT_END_NAMESPACE