summaryrefslogtreecommitdiffstats
path: root/src/positioning/qgeopath.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/positioning/qgeopath.cpp')
-rw-r--r--src/positioning/qgeopath.cpp10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/positioning/qgeopath.cpp b/src/positioning/qgeopath.cpp
index 592933a9..94a14ad1 100644
--- a/src/positioning/qgeopath.cpp
+++ b/src/positioning/qgeopath.cpp
@@ -73,15 +73,19 @@ QT_BEGIN_NAMESPACE
This class is a \l Q_GADGET.
It can be \l{Cpp_value_integration_positioning}{directly used from C++ and QML}.
+
+ A QGeoPath is both invalid and empty if it contains no coordinate.
+
+ \note A default constructed QGeoPath is both invalid and empty as it does not contain any coordinates.
*/
/*!
\property QGeoPath::path
\brief This property holds the list of coordinates for the geo path.
- The path is both invalid and empty if it contains no coordinate.
-
- A default constructed QGeoPath is therefore invalid.
+ \note The coordinates cannot be processed in place. To change the value
+ of this property, retrieve the complete list of coordinates, process them,
+ and assign the new value to the property.
*/
inline QGeoPathPrivate *QGeoPath::d_func()