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

Item {
    id: root

    property int childrenCount: root.children.length

    Item {}
}