summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2018-08-07 13:16:12 +0200
committerPaul Wicking <paul.wicking@qt.io>2018-08-07 13:22:20 +0000
commitd59ba8099de396fed9c46f7d5697abc48924da99 (patch)
tree1f260a89c4705b638aba547314996651f45a0184
parent633326dd534f102b72842af87e76f888b89d092d (diff)
downloadqtdoc-d59ba8099de396fed9c46f7d5697abc48924da99.tar.gz
Doc: Fix erroneous link
Add qualifier to the link so that the auto-linker links to the correct location, here the QML type and not QDoc's \row command. Task-number: QTBUG-59445 Change-Id: I84b3cbf60203b4ee0be9b75c67c58ff990d5611b Reviewed-by: Mitch Curtis <mitch.curtis@qt.io> (cherry picked from commit ffcacbaab1918feb6b646c689e25e91b18962726)
-rw-r--r--doc/src/qmlapp/usecases/layouts.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/qmlapp/usecases/layouts.qdoc b/doc/src/qmlapp/usecases/layouts.qdoc
index fe2098e5..ad995eec 100644
--- a/doc/src/qmlapp/usecases/layouts.qdoc
+++ b/doc/src/qmlapp/usecases/layouts.qdoc
@@ -68,7 +68,7 @@ For full details, see \l {Positioning with Anchors} and the documentation of the
\section1 Positioners
For the common case of wanting to \e position a set of types in a regular pattern, Qt Quick provides some positioner
-types. Items placed in a positioner are automatically positioned in some way; for example, a \l Row positions items to be
+types. Items placed in a positioner are automatically positioned in some way; for example, a \l [QML] Row positions items to be
horizontally adjacent (forming a row).
For full details see \l {Item Positioners} and the documentation for \l{Qt Positioning QML Types}{the positioner types}.