summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/data/idShortcutInvalidates.qml
blob: f66428d41971f0e95ce990c6408f6fc5a1cf1b64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
import Qt.test 1.0
import Qt 4.6

MyQmlObject {
    objectProperty: otherObject

    property var obj

    obj: QtObject {
        id: otherObject
    }
}