summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmllanguage/data/Alias.qml
blob: 8264e0df0b6b173053698890caa6fdc71ece5e60 (plain)
1
2
3
4
5
6
7
8
import Qt 4.6

Object {
    id: Root
    property int value: 1892
    property alias aliasValue: Root.value
}