summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/data/idShortcutInvalidates.qml
blob: 5ae8b140a09842a9f5f897af320014f9db9b70eb (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 variant obj

    obj: QtObject {
        id: otherObject
    }
}