aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/qtbug_89822.qml
blob: 17602ca4b9c6729351a561e5f782749b427b29b7 (plain)
1
2
3
4
5
6
7
8
import QtQml 2.0

QtObject {
    id: root
    readonly property QtObject test: QtObject { property int subproperty: 3}
    readonly property alias testAlias: root.test.subproperty
}