summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/data/nonExistentAttachedObject.qml
blob: f9585db009671f8b15f263d0dab90fda8a1ccb5b (plain)
1
2
3
4
5
import Qt.test 1.0

MyQmlObject {
    stringProperty: MyQmlContainer.prop
}