summaryrefslogtreecommitdiffstats
path: root/src/location/declarativemaps
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2017-04-18 22:00:13 +0200
committerLiang Qi <liang.qi@qt.io>2017-04-18 22:00:13 +0200
commitc8a4d90780a76a9c4719b0ad5ac073bc3c4300f0 (patch)
tree299a5c6e94e5aab8686bfbf9396e483c02ea2565 /src/location/declarativemaps
parent453fab84c606328811bafd4de9cde5564620fdc6 (diff)
parent0023c72390d7055a1446f8fb38e0415be134f501 (diff)
Merge remote-tracking branch 'origin/5.8' into 5.9
Diffstat (limited to 'src/location/declarativemaps')
-rw-r--r--src/location/declarativemaps/qdeclarativegeoroutemodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/location/declarativemaps/qdeclarativegeoroutemodel.cpp b/src/location/declarativemaps/qdeclarativegeoroutemodel.cpp
index 8787271e..135323e6 100644
--- a/src/location/declarativemaps/qdeclarativegeoroutemodel.cpp
+++ b/src/location/declarativemaps/qdeclarativegeoroutemodel.cpp
@@ -61,7 +61,7 @@ QT_BEGIN_NAMESPACE
geographic routes from a backend provider. Routes include data about driving
directions between two points, walking directions with multiple waypoints,
and various other similar concepts. It functions much like other Model
- types in QML (see for example \l {Models and Views in Qt Quick#ListModel}{ListModel} and
+ types in QML (see for example \l {Models and Views in Qt Quick#Models}{ListModel} and
\l XmlListModel), and interacts with views such as \l MapItemView, and \l{ListView}.
Like \l Map and \l GeocodeModel, all the data for a RouteModel to work comes