summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/data/ownership.qml
blob: 231c9e57a9052c7437f444bc9cb456ff28f3a85b (plain)
1
2
3
4
5
import Qt 4.7

QtObject {
    Component.onCompleted: { var a = getObject(); a = null; }
}