summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelanguage/data/alias.3.qml
blob: 0b968c2405c3fc3f8c0f024e6d6315331ee9ac43 (plain)
1
2
3
4
5
6
7
8
9
10
import Qt 4.6

QtObject {
   property variant other
   other: Alias { id: myAliasObject }

   property alias value: myAliasObject.aliasValue
   property alias value2: myAliasObject.value
}