summaryrefslogtreecommitdiff
path: root/src/location/declarativemaps/qdeclarativepolylinemapitem.cpp
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-10-01 03:06:36 +0200
committerQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-10-01 03:06:36 +0200
commitec4a814f0dbc8811c1a1061c44bc1e6bfcc55efc (patch)
tree40454a87488727f0cdfddb8080d9230b0a799a56 /src/location/declarativemaps/qdeclarativepolylinemapitem.cpp
parent6b5b03c17008fd93e8e152f7e46f1bafe6568018 (diff)
parent118dac89625a8f713bb12e7e9f30bc37b10754b7 (diff)
downloadqtlocation-ec4a814f0dbc8811c1a1061c44bc1e6bfcc55efc.tar.gz
Merge remote-tracking branch 'origin/5.13' into 5.14
Change-Id: Id543d32c49c8efd1d7798d41bbee0e28c1742e12
Diffstat (limited to 'src/location/declarativemaps/qdeclarativepolylinemapitem.cpp')
-rw-r--r--src/location/declarativemaps/qdeclarativepolylinemapitem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/location/declarativemaps/qdeclarativepolylinemapitem.cpp b/src/location/declarativemaps/qdeclarativepolylinemapitem.cpp
index 5ca612db..10f3f0c3 100644
--- a/src/location/declarativemaps/qdeclarativepolylinemapitem.cpp
+++ b/src/location/declarativemaps/qdeclarativepolylinemapitem.cpp
@@ -860,7 +860,7 @@ int QDeclarativePolylineMapItem::pathLength() const
/*!
\qmlmethod void MapPolyline::addCoordinate(coordinate)
- Adds a \a coordinate to the end of the path.
+ Adds the specified \a coordinate to the end of the path.
\sa insertCoordinate, removeCoordinate, path
*/