Description
Attempting to call data/get on ListModel Struct based classes in QML fails to build.
Add the following to the "Qt Quick Ultralite listmodel Example" for minimal reproduction:
Component.onCompleted: console.log(alarmModel.data(0).seconds)
Result: //error: Type undefined does not have a property x for reading