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 <jerome.pasion@digia.com> Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
This commit is contained in:
parent
42cf36ae02
commit
fdd9905129
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue