aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcppcodegen/data/objectWithStringListMethod.qml
blob: 14f84c57d06465273ba15139965e36a34ba2267f (plain)
1
2
3
4
5
6
7
import QtQml
import TestTypes

QtObject {
    readonly property ObjectWithStringListMethod foo: ObjectFactory.getFoo()
    Component.onCompleted: console.log(foo ? foo.names().length : "-")
}