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

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