qt6-bb10/qtdeclarative/tests/auto/qml/qqmlcontext/data/C.qml

7 lines
69 B
QML

import QtQml
QtObject {
id: outer
objectName: "the" + "C"
}