From 403ceea1d0d6b1cab50bb024816173f1ead9db42 Mon Sep 17 00:00:00 2001 From: Caroline Chao Date: Tue, 21 May 2013 12:51:02 +0200 Subject: Doc: Small fixes Change-Id: I1ee810dfcd57fd9ff7ddf65c87208c8b457f755e Reviewed-by: Nico Vertriest Reviewed-by: Jerome Pasion --- src/layouts/qquicklayout.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/layouts') 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 -- cgit v1.2.1