qtdeclarative/tests/auto/qml/qmlcppcodegen/data/signalsWithLists.qml

9 lines
178 B
QML
Raw Normal View History

pragma Strict
import QtQml
import TestTypes
Person {
property list<var> varlist: [1, "foo", this, undefined, true]
property list<QtObject> objlist: [this, null, this]
}