-
Task
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.11
-
None
-
-
ac47344ed (dev)
QObject::isQuickItemType() is used to establish whether a QObject inherits QQuickItem. It returns false for plain objects created by the QML Engine.
Add a getter that evaluates QObject::declarativeData as well as QObject::isDeletingChildren. If an object is already deleting its children, don't consider it valid anymore and therefore return false.