Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativeecmascript / data / qlistqobjectMethods.qml
1 import QtQuick 1.0
2
3 QtObject {
4     property int test: getObjects().length
5     property bool test2: getObjects()[0].trueProperty
6 }