Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
Qt for MCUs 1.9
-
None
Description
Following the example here:
https://doc.qt.io/QtForMCUs/qtquick-modelviewsdata-modelview.html#properties-of-type-listmodel-t
Everything compiles.
But if I remove the ListView component I get compilation issues such asĀ
error C2039: 'ListModel': is not a member of 'Qul'
I don't know if it is a bug or not, but I expected it to work and I had to add a hidden ListView in one of my project to avoid this compilation issue