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

MyVeryDeferredObject {
    id: root
    objectProperty: MyQmlObject { }
}