summaryrefslogtreecommitdiff
path: root/src/location/doc/src/qml-maps.qdoc
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2023-03-03 10:24:55 +0100
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2023-03-06 17:49:01 +0100
commitfea04eea8b142aa5ac89b1024bbfc5298685fb0c (patch)
tree936accd138dd20ee0912daa1c8ca4d0347c549a1 /src/location/doc/src/qml-maps.qdoc
parentb150a6c61e9bc26fa5ab503f59932deaed3f795e (diff)
downloadqtlocation-fea04eea8b142aa5ac89b1024bbfc5298685fb0c.tar.gz
Doc: Fix links and snippets
Add modules in which linked-to types live to the qdoc dependencies, fix links, and adapt snippets to changes in the examples (and add tags to quoted files as needed). This makes the documentation generate without warnings, so set the warninglimit to 0 as well to block future regressions. Pick-to: 6.5 6.5.0 Change-Id: I43fdfce1087c2a35212f91b41bba1ff9481e609d Reviewed-by: Matthias Rauter <matthias.rauter@qt.io> Reviewed-by: Andreas Eliasson <andreas.eliasson@qt.io> Reviewed-by: <safiyyah.moosa@qt.io>
Diffstat (limited to 'src/location/doc/src/qml-maps.qdoc')
-rw-r--r--src/location/doc/src/qml-maps.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/location/doc/src/qml-maps.qdoc b/src/location/doc/src/qml-maps.qdoc
index 6a78ae32..8c7407fd 100644
--- a/src/location/doc/src/qml-maps.qdoc
+++ b/src/location/doc/src/qml-maps.qdoc
@@ -175,10 +175,10 @@ The \l Map item also supports user interface interactions with the map using
tactile and mouse gestures. That is features such as swiping to pan,
pinching to zoom.
-Enabling and configuring pinch and flickable is easy within the \l Map type.
+Enabling and configuring pinch and flickable is easy within the \l MapView type.
\snippet mapviewer/map/MapComponent.qml top
-\snippet mapviewer/map/MapComponent.qml mapnavigation
+\snippet mapviewer/map/MapComponent.qml handler
\snippet mapviewer/map/MapComponent.qml end
Zoom can also be controlled by other objects like sliders, with binding