summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/data/noSpuriousWarningsAtShutdown.qml
blob: daa9b0b6efe5f2440c8b81caca1bda1b8124c35b (plain)
1
2
3
4
5
6
7
8
9
import Qt 4.7

Item {
    id: root

    property int childrenCount: root.children.length

    Item {}
}