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

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

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