7 lines
134 B
QML
7 lines
134 B
QML
|
import QtQml
|
||
|
import TestTypes
|
||
|
|
||
|
QtObject {
|
||
|
property list<Entry> converted: EntrySource.convertEntries(EntrySource.getEntries());
|
||
|
}
|