aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/data/deferredPropertiesChild.qml
blob: 0a4d13f415f88a4e733eae6aa4736f1134b5ce18 (plain)
1
2
3
4
5
6
import Qt.test 1.0

DeferredByParentChild {
    id: root
    childValue: 10
}