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

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