diff options
author | Nico Vertriest <nico.vertriest@qt.io> | 2017-03-13 14:34:58 +0100 |
---|---|---|
committer | Nico Vertriest <nico.vertriest@qt.io> | 2017-03-14 11:15:26 +0000 |
commit | 06c473d9dfe162a1e55a1ebbc68ff89f4cd9a8ea (patch) | |
tree | e8ab658724f1c766622b1b39d9ce563879d986bb /examples/location/mapviewer | |
parent | 31ff679359172dfa068014ab0537418f5b852eac (diff) | |
download | qtlocation-06c473d9dfe162a1e55a1ebbc68ff89f4cd9a8ea.tar.gz |
Doc: corrected link to Models and Views in Qt Quick
Change-Id: I8a6e6a34ea22b5ba96b46f05e970cdaa91dbc6b4
Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'examples/location/mapviewer')
-rw-r--r-- | examples/location/mapviewer/doc/src/mapviewer.qdoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/location/mapviewer/doc/src/mapviewer.qdoc b/examples/location/mapviewer/doc/src/mapviewer.qdoc index 1fe0411c..2836ae0e 100644 --- a/examples/location/mapviewer/doc/src/mapviewer.qdoc +++ b/examples/location/mapviewer/doc/src/mapviewer.qdoc @@ -155,8 +155,8 @@ This is all that is required to display a Route on the Map. However, it is also useful to be able to retrieve the written directions and explanation of the travel route. In the example, these are displayed in a \l {ListView} element. - To create this content, we use a standard \l {Models and Views in Qt Quick#ListModel}{ListModel} and - \l {ListView} pair. The data in the \l {Models and Views in Qt Quick#ListModel}{ListModel} is + To create this content, we use a standard \l {Models and Views in Qt Quick#Models}{ListModel} and + \l {ListView} pair. The data in the \l {Models and Views in Qt Quick#Models}{ListModel} is built from the routeModel's output: \snippet mapviewer/forms/RouteList.qml routeinfomodel0 |