summaryrefslogtreecommitdiffstats
path: root/src/location/doc/src/qtlocation-qml.qdoc
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@digia.com>2013-09-25 13:14:40 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-25 16:35:36 +0200
commita54ecd3d19c871461b77f8e0a01bb5c13fd9fca6 (patch)
treebca51c4b108600fd4b3401e6bde96788429cc3b3 /src/location/doc/src/qtlocation-qml.qdoc
parenta44a63e8c35aedc364548ee93a3409c60c0e3360 (diff)
Doc: Fixed broken Location links due to version number.v5.2.0-alpha1
-Documentation should not have the 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: I830407e68f0a91f3fb9a5deb3fb5a9a02a100a34 Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
Diffstat (limited to 'src/location/doc/src/qtlocation-qml.qdoc')
-rw-r--r--src/location/doc/src/qtlocation-qml.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/location/doc/src/qtlocation-qml.qdoc b/src/location/doc/src/qtlocation-qml.qdoc
index a24820bd..ed280dfb 100644
--- a/src/location/doc/src/qtlocation-qml.qdoc
+++ b/src/location/doc/src/qtlocation-qml.qdoc
@@ -41,14 +41,14 @@ statement in the QML file.
\section2 Location QML Concepts
Provided that a position has been obtained this module can
-add a \l {QtLocation5::Map}{Map} with positions of interest and
-\l {QtLocation5::Place}{Places}. The user can be made aware of nearby features and related
+add a \l {QtLocation::Map}{Map} with positions of interest and
+\l {QtLocation::Place}{Places}. The user can be made aware of nearby features and related
information, displayed graphically. Features on the \l Map may be places of business, entertainment
and so on. They may include paths, roads, or forms of transport leading so that
navigation optimization and assistance are possible.
To perform navigation we need \l {Route}s from start to destination. These routes
-are made up of segments. Each \l {QtLocation5::RouteSegment}{RouteSegment}
+are made up of segments. Each \l {QtLocation::RouteSegment}{RouteSegment}
can be considered a navigation sub-task: drive 100 meters, turn left. The beginning and
end of each segment is a \e waypoint, that is, one part of our journey.