aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/data/noSpuriousWarningsAtShutdown.qml
blob: b4a417e04ebd78d4d9f083ab608d06d0aa6b0e1b (plain)
1
2
3
4
5
6
7
8
9
import QtQuick 2.0

Item {
    id: root

    property int childrenCount: root.children.length

    Item {}
}