diff options
author | Shawn Rutledge <[email protected]> | 2013-10-25 08:53:52 +0200 |
---|---|---|
committer | The Qt Project <[email protected]> | 2013-10-25 11:31:06 +0200 |
commit | fdd99051290da290cdbdea109f45f4043c27d6cf (patch) | |
tree | be3e406363e530c28b979f9ac0946c0574814fb7 /src | |
parent | 42cf36ae020628f5b1ecf68a222f8c2e3317bebe (diff) |
Item documentation: visibleChildren is a list of items, not a real
Followup to I5ec541226fabd72c05ce8ccb8bb7e56f6ec7717a
Task-number: QTBUG-22724
Change-Id: I3f74fda29faba4054c5bb97aad4735f7c5f0f278
Reviewed-by: Jerome Pasion <[email protected]>
Reviewed-by: J-P Nurmi <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/quick/items/qquickitem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/items/qquickitem.cpp b/src/quick/items/qquickitem.cpp index c3b221b2c8..cd526a0dae 100644 --- a/src/quick/items/qquickitem.cpp +++ b/src/quick/items/qquickitem.cpp @@ -4125,7 +4125,7 @@ QQmlListProperty<QQuickItem> QQuickItemPrivate::children() } /*! - \qmlproperty real QtQuick::Item::visibleChildren + \qmlproperty list<Item> QtQuick::Item::visibleChildren This read-only property lists all of the item's children that are currently visible. Note that a child's visibility may have changed explicitly, or because the visibility of this (it's parent) item or another grandparent changed. |