aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/data/idAsLValue.qml
blob: 1035f844b416ccf7466c55bac7cd4ecda0170894 (plain)
1
2
3
4
5
6
7
import QtQml 2.0
QtObject {
    id: root
    Component.onCompleted: {
        root = "hello"
    }
}