summaryrefslogtreecommitdiff
path: root/src/imports/location/qdeclarativepolylinemapitem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/location/qdeclarativepolylinemapitem.cpp')
-rw-r--r--src/imports/location/qdeclarativepolylinemapitem.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/imports/location/qdeclarativepolylinemapitem.cpp b/src/imports/location/qdeclarativepolylinemapitem.cpp
index 6dd6a644..837fa7da 100644
--- a/src/imports/location/qdeclarativepolylinemapitem.cpp
+++ b/src/imports/location/qdeclarativepolylinemapitem.cpp
@@ -69,7 +69,7 @@ QT_BEGIN_NAMESPACE
\brief The MapPolyline type displays a polyline on a map.
The MapPolyline type displays a polyline on a map, specified in terms of an ordered list of
- \l {QtLocation5::coordinate}{coordinates}. The \l {QtLocation5::coordinate}{coordinates} on
+ \l {coordinate}{coordinates}. The \l {coordinate}{coordinates} on
the path cannot be directly changed after being added to the Polyline. Instead, copy the
\l path into a var, modify the copy and reassign the copy back to the \l path.
@@ -121,7 +121,7 @@ QT_BEGIN_NAMESPACE
}
\endcode
- \image ../../../doc/src/images/api-mappolyline.png
+ \image api-mappolyline.png
*/
QDeclarativeMapLineProperties::QDeclarativeMapLineProperties(QObject *parent) :