summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelanguage/data/Alias2.qml
blob: db205f112ed42f514caae3f3e861b8ebd0779c1f (plain)
1
2
3
4
5
6
7
8
9
import Test 1.0
import Qt 4.7

QtObject {
    property variant other
    other: MyTypeObject { id: obj }
    property alias enumAlias: obj.enumProperty;
}