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

MyQmlObject {
    objectProperty: otherObject

    property variant obj

    obj: QtObject {
        id: otherObject
    }
}