1 2 3 4 5 6
import QtQml import TestTypes QtObject { property list<Entry> converted: EntrySource.convertEntries(EntrySource.getEntries()); }