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

Object {
    property var other
    other: MyTypeObject { id: obj }
    property alias enumAlias: obj.enumProperty;
}