aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcppcodegen/data/scopeVsObject.qml
blob: 631f8e2991edc7555759cf893c3f51293526feb5 (plain)
1
2
3
4
5
6
import QtQml

QtObject {
    objectName: "foo"
    Component.onCompleted: objectName = objectName + "bar"
}