aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@qt.io>2018-03-02 09:51:45 +0100
committerMartin Smith <martin.smith@qt.io>2018-03-02 15:28:14 +0000
commit331b76dcf2d7d2b1395f6e4b295887ffc25562d1 (patch)
treedbd507257e1379719f89d5ebb8363921147671b6 /src/imports
parent6336763588b45a2eeae6af29f5e4ba705b64b4d6 (diff)
doc: Fix one link command
This update fixes a \l command that used the wrong syntax. Change-Id: Icf5cc82eb4118332b42fe67d9d31bb7de07de3fc Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/imports')
-rw-r--r--src/imports/shapes/qquickshape.cpp2
1 files changed, 1 insertions, 1 deletions
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