summaryrefslogtreecommitdiff
path: root/src/layouts
diff options
context:
space:
mode:
authorCaroline Chao <caroline.chao@digia.com>2013-05-21 12:51:02 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-05-22 10:42:13 +0200
commit403ceea1d0d6b1cab50bb024816173f1ead9db42 (patch)
tree641cabfe4a8a112ec1f25964c25047778888bc5b /src/layouts
parent7366ee95f47beec0c717af8c5bcbcd3a9953bd19 (diff)
downloadqtquickcontrols-403ceea1d0d6b1cab50bb024816173f1ead9db42.tar.gz
Doc: Small fixes
Change-Id: I1ee810dfcd57fd9ff7ddf65c87208c8b457f755e Reviewed-by: Nico Vertriest <nico.vertriest@digia.com> Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'src/layouts')
-rw-r--r--src/layouts/qquicklayout.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/layouts/qquicklayout.cpp b/src/layouts/qquicklayout.cpp
index d26737e2..48b80255 100644
--- a/src/layouts/qquicklayout.cpp
+++ b/src/layouts/qquicklayout.cpp
@@ -160,7 +160,7 @@ void QQuickLayoutAttached::setMinimumHeight(qreal height)
This property holds the preferred width of an item in a layout.
If the preferred width is -1 it will be ignored, and the layout
- will use {Item::implicitWidth}{implicitWidth} instead.
+ will use \l{Item::implicitWidth}{implicitWidth} instead.
The default is \c -1.
\sa minimumWidth
@@ -181,7 +181,7 @@ void QQuickLayoutAttached::setPreferredWidth(qreal width)
This property holds the preferred height of an item in a layout.
If the preferred height is -1 it will be ignored, and the layout
- will use {Item::implicitHeight}{implicitHeight} instead.
+ will use \l{Item::implicitHeight}{implicitHeight} instead.
The default is \c -1.
\sa minimumHeight