aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/data/objectName.qml
blob: ca8c90d81819aa4dfb60c8063fddb823825d0407 (plain)
1
2
3
4
5
6
7
8
import QtQuick 1.0

QtObject {
    objectName: "hello"

    property string test1: objectName
    property string test2: objectName.substr(1, 3)
}