aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/data/propertyVarOwnership.4.type2.qml
blob: f82b8a1c1e0a2b0d0c0e37bbdb58c691a3e6e153 (plain)
1
2
3
4
5
6
import QtQuick 2.0

// Has a reference to propertyVarOwnership.4.type1.qml in creatorRef
Item {
    property var creatorRef
}