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

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