aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/data/qlistqobjectMethods.qml
blob: 3c1986d721a2360a8da723fad3dc8956e89c6fab (plain)
1
2
3
4
5
6
import QtQuick 2.0

QtObject {
    property int test: getObjects().length
    property bool test2: getObjects()[0].trueProperty
}