From 331b76dcf2d7d2b1395f6e4b295887ffc25562d1 Mon Sep 17 00:00:00 2001 From: Martin Smith Date: Fri, 2 Mar 2018 09:51:45 +0100 Subject: doc: Fix one link command MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This update fixes a \l command that used the wrong syntax. Change-Id: Icf5cc82eb4118332b42fe67d9d31bb7de07de3fc Reviewed-by: Topi Reiniƶ --- src/imports/shapes/qquickshape.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/imports') diff --git a/src/imports/shapes/qquickshape.cpp b/src/imports/shapes/qquickshape.cpp index f0fdebe162..067a54736f 100644 --- a/src/imports/shapes/qquickshape.cpp +++ b/src/imports/shapes/qquickshape.cpp @@ -1404,7 +1404,7 @@ void QQuickShapeRadialGradient::setFocalRadius(qreal v) Conical gradients interpolate colors counter-clockwise around a center point in Shape items. - \note The \l{ShapeGradient.spread}{spread mode} setting has no effect for + \note The \l{ShapeGradient::spread}{spread mode} setting has no effect for conical gradients. \note ConicalGradient is only supported in combination with Shape items. It -- cgit v1.2.3