aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/readOnly.2.qml
blob: 8f1633cc11bdce75ac7785e88407038231a4d9a0 (plain)
1
2
3
4
import Test 1.0
MyQmlObject {
    readOnlyString: "Hello" + "World"
}