aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickshapes
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2021-03-23 13:58:13 +0100
committerPaul Wicking <paul.wicking@qt.io>2021-03-24 06:16:01 +0100
commit787d998aa67a7ce68172997fa5d36ca31c32d3b6 (patch)
treed67726fb1600f715587bf103d2b312756459ab67 /src/quickshapes
parenta75367972fc9ab9fefda29471b92b6589c2c15c1 (diff)
Doc: Use \qmldefault instead of \default
Task-number: QTBUG-81525 Change-Id: Ia2d2d706ab73e52e19129caf4e5a88a2ae5499c6 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/quickshapes')
-rw-r--r--src/quickshapes/qquickshape.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quickshapes/qquickshape.cpp b/src/quickshapes/qquickshape.cpp
index 50e995f07e..88f22d15e5 100644
--- a/src/quickshapes/qquickshape.cpp
+++ b/src/quickshapes/qquickshape.cpp
@@ -892,7 +892,7 @@ static void vpe_clear(QQmlListProperty<QObject> *property)
Shape. It can also contain any other type of objects, since Shape, like
Item, allows adding any visual or non-visual objects as children.
- \default
+ \qmldefault
*/
QQmlListProperty<QObject> QQuickShape::data()