summaryrefslogtreecommitdiff
path: root/src/positioning/doc
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/positioning/doc
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/positioning/doc')
-rw-r--r--src/positioning/doc/src/cpp-qml-positioning.qdoc2
-rw-r--r--src/positioning/doc/src/examples/declarative-flickr.qdoc2
-rw-r--r--src/positioning/doc/src/qtpositioning-qml.qdoc2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/positioning/doc/src/cpp-qml-positioning.qdoc b/src/positioning/doc/src/cpp-qml-positioning.qdoc
index 4ccd8510..55eeaff9 100644
--- a/src/positioning/doc/src/cpp-qml-positioning.qdoc
+++ b/src/positioning/doc/src/cpp-qml-positioning.qdoc
@@ -33,7 +33,7 @@
\section2 Address - QGeoAddress
\target geoaddress
-The \l {QtPositioning5::Address::address} {Address.address} property is used to provide an interface between C++ and QML code. First a pointer to a
+The \l {QtPositioning::Address::address} {Address.address} property is used to provide an interface between C++ and QML code. First a pointer to a
Address object must be obtained from C++, then use the \l {QObject::property()}{property()} and
\l {QObject::setProperty()}{setProperty()} functions to get and set the \c address property.
The following gets the QGeoAddress representing this object from C++:
diff --git a/src/positioning/doc/src/examples/declarative-flickr.qdoc b/src/positioning/doc/src/examples/declarative-flickr.qdoc
index c68797b0..46cc8d22 100644
--- a/src/positioning/doc/src/examples/declarative-flickr.qdoc
+++ b/src/positioning/doc/src/examples/declarative-flickr.qdoc
@@ -39,7 +39,7 @@
Key QML types shown in this example:
\list
- \li \l{QtPositioning5::PositionSource}{PositionSource}
+ \li \l{QtPositioning::PositionSource}{PositionSource}
\li \l{XmlListModel}{XmlListModel}
\endlist
diff --git a/src/positioning/doc/src/qtpositioning-qml.qdoc b/src/positioning/doc/src/qtpositioning-qml.qdoc
index ba35cb89..e9a57870 100644
--- a/src/positioning/doc/src/qtpositioning-qml.qdoc
+++ b/src/positioning/doc/src/qtpositioning-qml.qdoc
@@ -46,7 +46,7 @@ the longitude, and the altitude in meters. For more information see
\l {http://en.wikipedia.org/wiki/Geographic_coordinate}{Geographic Coordinate}.
The QML position is stored in a \l {coordinate} which contains the
-latitude, longitude and altitude of the device. The \l {QtPositioning5::Location}{Location} contains
+latitude, longitude and altitude of the device. The \l {QtPositioning::Location}{Location} contains
this \l {coordinate} and adds an address, it also has a bounding box which
defines the recommended viewing region when displaying the location.