summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@theqtcompany.com>2015-03-03 09:58:29 +0100
committerAlex Blasche <alexander.blasche@theqtcompany.com>2015-03-03 12:23:11 +0000
commited1970e343ecfb6c8127e74147e9adf83deaed5f (patch)
tree961d4ce2bb9d607481eb7d2832a8a69f0e9c4c34 /src
parent080f25014caec4fdae0f49a8786074075d8afcba (diff)
downloadqtlocation-ed1970e343ecfb6c8127e74147e9adf83deaed5f.tar.gz
Fix broken links from QtLocation to QtPositioning
Change-Id: I7f727b26db12be7808fdb5ff3a863b90f1c66d25 Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
Diffstat (limited to 'src')
-rw-r--r--src/location/doc/src/maps.qdoc4
-rw-r--r--src/location/doc/src/qml-maps.qdoc2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/location/doc/src/maps.qdoc b/src/location/doc/src/maps.qdoc
index 0b3cb76a..759394e2 100644
--- a/src/location/doc/src/maps.qdoc
+++ b/src/location/doc/src/maps.qdoc
@@ -132,7 +132,7 @@ varying degrees of accuracy.
A geocoding query in QML is performed using the
\l{QtLocation::GeocodeModel}{GeocodeModel} type. For an address-to-coordinate
query, its \c{query} property may be set to either an
-\l{QtPositioning::Address}{Address} object or a string containing the textual
+\l [QtPositioning]{Address} object or a string containing the textual
form of the address to search for. To perform the reverse, the same property
can be set to a \l {coordinate} instead. Results are made available in the
contents of the model.
@@ -146,7 +146,7 @@ contents of the model.
\li \l{QtLocation::GeocodeModel}{GeocodeModel}
\li Queries the Plugin for geocoding translations and provides access to results via indexes in the model.
\row
- \li \l{QtPositioning::Address}{Address}
+ \li \l[QtPositioning]{Address}
\li Structured address for use in queries and results of geocoding.
\endtable
diff --git a/src/location/doc/src/qml-maps.qdoc b/src/location/doc/src/qml-maps.qdoc
index 7dbeda3a..9b7bd03f 100644
--- a/src/location/doc/src/qml-maps.qdoc
+++ b/src/location/doc/src/qml-maps.qdoc
@@ -58,7 +58,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 {QtPositioning::Location}{Location} element, this will also have information
+also be held within a \l [QtPositioning]{Location} element, this will also have information
on a bounding box size to determine sufficient proximity to the location and a location address.