-
Bug
-
Resolution: Unresolved
-
P2: Important
-
6.10.0
-
None
Full project at https://invent.kde.org/nicolasfella/qmllisttest
I have a delegate with
required property list<string> myList
The relevant model returns QVariant() for this role.
Observed: myList is a list of size 1, containing an empty string
Expected: myList is a list of size 0
It works as expected with Qt 6.9.2 and earlier