aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/data/SpuriousWarning.qml
blob: f6398d254d708c822227ea6e0e7109f8d50a1829 (plain)
1
2
3
4
5
import QtQuick 2.0

Item {
    property int children: root.children.length
}