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

MyQmlObject {
    objectProperty: if(1) OtherObject

    property var obj

    obj: Object {
        id: OtherObject
    }
}