summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaolo Angelelli <paolo.angelelli@qt.io>2017-06-05 13:38:25 +0200
committerPaolo Angelelli <paolo.angelelli@qt.io>2017-06-09 09:24:22 +0000
commit3e45869d8079ace35a2105b20ce4f92d2fa45574 (patch)
tree95f9ac7389b4a41de39f61dae30e6bbdb2755642
parenta2865f4cb47d2f571d4ce7eea36a412c28cd6560 (diff)
Fix for GeocodeModel documentation
Links to Location QML element are broken Change-Id: Iffda8fd8c8cdd9e00e45592ee2f0e971865defb9 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
-rw-r--r--src/location/declarativemaps/qdeclarativegeocodemodel.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/location/declarativemaps/qdeclarativegeocodemodel.cpp b/src/location/declarativemaps/qdeclarativegeocodemodel.cpp
index d874f9a2..ee435a5a 100644
--- a/src/location/declarativemaps/qdeclarativegeocodemodel.cpp
+++ b/src/location/declarativemaps/qdeclarativegeocodemodel.cpp
@@ -69,9 +69,9 @@ QT_BEGIN_NAMESPACE
will update its output automatically. Otherwise, the \l{update} method may
be used. By default, autoUpdate is disabled.
- The data stored and returned in the GeocodeModel consists of \l{Location}
+ The data stored and returned in the GeocodeModel consists of \l [QML] {Location}
objects, as a list with the role name "locationData". See the documentation
- for \l{Location} for further details on its structure and contents.
+ for \l [QML] {Location} for further details on its structure and contents.
\section2 Example Usage
@@ -519,7 +519,7 @@ int QDeclarativeGeocodeModel::count() const
/*!
\qmlmethod Location QtLocation::GeocodeModel::get(int)
- Returns the Location at given index. Use \l count property to check the
+ Returns the \l [QML] {Location} at given index. Use \l count property to check the
amount of locations available. The locations are indexed from zero, so the accessible range
is 0...(count - 1).