From 3e45869d8079ace35a2105b20ce4f92d2fa45574 Mon Sep 17 00:00:00 2001 From: Paolo Angelelli Date: Mon, 5 Jun 2017 13:38:25 +0200 Subject: Fix for GeocodeModel documentation Links to Location QML element are broken Change-Id: Iffda8fd8c8cdd9e00e45592ee2f0e971865defb9 Reviewed-by: Alex Blasche --- src/location/declarativemaps/qdeclarativegeocodemodel.cpp | 6 +++--- 1 file 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). -- cgit v1.2.3