-
Bug
-
Resolution: Fixed
-
P1: Critical
-
6.8.4, 6.9.2, 6.10.0 Beta3
-
None
-
cca07aa78 (dev), 1ef769fcb (6.10), f8b31ecdd (6.9), 7690659b3 (tqtc/lts-6.8)
If you have a C++ class with a Q_PROPERTY of type QList<QVariantMap> and you try to retrieve a member of those QVariantMaps from QML, you get a crash. This is because the access into the list results in an optional value and we so far only resolve the optional values when lookup up properties of value types.