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

QtObject {
    objectName: "astringb"
    property int stringLength: objectName.length
}