qtdeclarative/tests/auto/qml/qqmlecmascript/data/qmlToString.qml

12 lines
159 B
QML

import Qt.test 1.0
MyQmlObject{
id: obj
objectName: "objName"
function testToString()
{
obj.stringProperty = obj.toString();
}
}