aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/data/noSpuriousWarningsAtShutdown.qml
blob: 7e7da8d7a80c8bf391abe0ae0b754d1401ac8c6a (plain)
1
2
3
4
5
6
7
8
9
import QtQuick 1.0

Item {
    id: root

    property int childrenCount: root.children.length

    Item {}
}