summaryrefslogtreecommitdiff
path: root/src/location/doc/src/qml-maps.qdoc
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@digia.com>2013-09-25 13:09:56 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-25 16:35:30 +0200
commita44a63e8c35aedc364548ee93a3409c60c0e3360 (patch)
tree219a175ec475df3086b2ac975bf4f1d8c04e648e /src/location/doc/src/qml-maps.qdoc
parent63683dba8d24934584c028addc3bf2152ce8b867 (diff)
downloadqtlocation-a44a63e8c35aedc364548ee93a3409c60c0e3360.tar.gz
Doc: Fixed broken Positioning links due to version number.
-Links and documentation with type version number no longer recommended because it is a maintainability and consistency issue. Use <Module name>::<type> to link to a QML type. Change-Id: I0f5dcb833c32c3845fc48c18fa29a2c89b13f1d0 Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
Diffstat (limited to 'src/location/doc/src/qml-maps.qdoc')
-rw-r--r--src/location/doc/src/qml-maps.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/location/doc/src/qml-maps.qdoc b/src/location/doc/src/qml-maps.qdoc
index f63cc5a4..78e11a04 100644
--- a/src/location/doc/src/qml-maps.qdoc
+++ b/src/location/doc/src/qml-maps.qdoc
@@ -60,7 +60,7 @@ The basic piece of position information is the \l {coordinate}. A
coordinate encapsulates data for the latitude, longitude and altitude of the location. Altitude is
in meters. It also has a method to determine distance to another
\l {coordinate}. The \l {coordinate} type may
-also be held within a \l {QtPositioning5::Location}{Location} element, this will also have information
+also be held within a \l {QtPositioning::Location}{Location} element, this will also have information
on a bounding box size to determine sufficient proximity to the location and a location address.