aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlcontext/data/gcDeletesContextObject.qml
blob: a478a587df5ef9e7f5ed0cfd7162bef9d3456c7c (plain)
1
2
3
4
5
import QtQml
QtObject {
    property Component c: MyItem {}
    property QtObject o: c.createObject()
}