aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlcontext/data/C.qml
blob: 6afd23aa6cf4f99e8652b7b519039ea01c5d6c26 (plain)
1
2
3
4
5
6
import QtQml

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