From 403ceea1d0d6b1cab50bb024816173f1ead9db42 Mon Sep 17 00:00:00 2001
From: Caroline Chao <caroline.chao@digia.com>
Date: Tue, 21 May 2013 12:51:02 +0200
Subject: [PATCH] Doc: Small fixes

Change-Id: I1ee810dfcd57fd9ff7ddf65c87208c8b457f755e
Reviewed-by: Nico Vertriest <nico.vertriest@digia.com>
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
---
 src/layouts/qquicklayout.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/layouts/qquicklayout.cpp b/src/layouts/qquicklayout.cpp
index d26737e2d..48b802551 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
-- 
GitLab