From 8a7b25d4acf788622a2911f65f2a92bd77677124 Mon Sep 17 00:00:00 2001 From: Nico Vertriest Date: Tue, 28 Jun 2016 15:44:30 +0200 Subject: Doc: corrected link issues to coordinate qml type MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ifa6fba19f79385d4806fad5ac58b36bada6e3df2 Reviewed-by: Topi Reiniƶ --- examples/location/mapviewer/doc/src/mapviewer.qdoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples/location/mapviewer/doc') diff --git a/examples/location/mapviewer/doc/src/mapviewer.qdoc b/examples/location/mapviewer/doc/src/mapviewer.qdoc index e0c320c8..1fe0411c 100644 --- a/examples/location/mapviewer/doc/src/mapviewer.qdoc +++ b/examples/location/mapviewer/doc/src/mapviewer.qdoc @@ -52,7 +52,7 @@ \list \li \l{QtLocation::Map}{Map} \li \l{QtLocation::MapGestureArea}{MapGestureArea} - \li \l[QML]{Coordinate} + \li \l[QML]{coordinate} \endlist \li Finding an address \list @@ -76,7 +76,7 @@ \snippet mapviewer/map/MapComponent.qml coord \snippet mapviewer/map/MapComponent.qml end - In this example, we give the map an initial center \l [QML]{Coordinate}{coordinate} + In this example, we give the map an initial center \l [QML]{coordinate} with a set latitude and longitude. We also set the initial zoom level to 50% (halfway between the maximum and minimum). @@ -140,7 +140,7 @@ With the model, view and delegate now complete, the only missing component is some kind of control over the model to begin the Route request process. In the simplest case, we can fill out a Route request using two already - available \l [QML]{Coordinate}{coordinates}: + available \l [QML]{coordinate}{coordinates}: \snippet mapviewer/mapviewer.qml routecoordinate -- cgit v1.2.1