diff options
author | Leena Miettinen <riitta-leena.miettinen@qt.io> | 2019-07-25 16:37:43 +0200 |
---|---|---|
committer | Leena Miettinen <riitta-leena.miettinen@qt.io> | 2019-07-26 13:54:48 +0200 |
commit | 0944ff26223bd2c809025c9f42bc9935213f0d43 (patch) | |
tree | dd0a46de30d43b193c76c643e20e7d470ffefaf3 /src/quickshapes | |
parent | d94dd247ecd6753150dc2a7ef6be4ccb482e9423 (diff) | |
download | qtdeclarative-0944ff26223bd2c809025c9f42bc9935213f0d43.tar.gz |
Doc: Fix QtQuick.Shapes::ShapePath::strokeWidth property type
Fixes: QTBUG-73541
Change-Id: Icb15cee3c49f142ef3634e35427dbbc0b9a2183e
Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
Diffstat (limited to 'src/quickshapes')
-rw-r--r-- | src/quickshapes/qquickshape.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quickshapes/qquickshape.cpp b/src/quickshapes/qquickshape.cpp index 74cbf52a95..0ae16313ca 100644 --- a/src/quickshapes/qquickshape.cpp +++ b/src/quickshapes/qquickshape.cpp @@ -200,7 +200,7 @@ void QQuickShapePath::setStrokeColor(const QColor &color) } /*! - \qmlproperty color QtQuick.Shapes::ShapePath::strokeWidth + \qmlproperty real QtQuick.Shapes::ShapePath::strokeWidth This property holds the stroke width. |