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

QtObject {
    property list<Entry> converted: EntrySource.convertEntries(EntrySource.getEntries());
}