DEBSOURCES
Skip Quicknav
sources / qtdeclarative-opensource-src / 5.15.17%2Bdfsg-1 / tests / auto / qml / qqmlecmascript / data / objectName.qml
12345678
import QtQuick 2.0 QtObject { objectName: "hello" property string test1: objectName property string test2: objectName.substr(1, 3) }