aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/language/testdata/erroneous/overwrite-inherited-readonly-property.qbs
blob: 629f39ae4b0e78a4fbf632ad5ff2cc310bf9d840 (plain)
1
2
3
4
5
import qbs

ParentItem {
    readOnlyString: "changing the unchangeable"
}