summaryrefslogtreecommitdiff
path: root/src/location/declarativemaps/qdeclarativepolylinemapitem.cpp
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@qt.io>2019-04-24 12:09:21 +0200
committerNico Vertriest <nico.vertriest@qt.io>2019-09-30 15:32:53 +0200
commit118dac89625a8f713bb12e7e9f30bc37b10754b7 (patch)
tree225cb44de661c2c2c24af1cf5675df8122257d43 /src/location/declarativemaps/qdeclarativepolylinemapitem.cpp
parent720beeb3f768af5e89538dfe0429e31138e84e3c (diff)
downloadqtlocation-118dac89625a8f713bb12e7e9f30bc37b10754b7.tar.gz
Doc: Fix link errors and complete parameter specs
Change-Id: I786ab35a0e9c8dfa2c8124692289d98e8eee4a8d Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
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 63146fbc..4da98516 100644
--- a/src/location/declarativemaps/qdeclarativepolylinemapitem.cpp
+++ b/src/location/declarativemaps/qdeclarativepolylinemapitem.cpp
@@ -849,7 +849,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
*/