Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.4.0 Beta1
-
76ff39646820ff2ba8f6bc2b61cb7c2848853f56 8dc33d3672420d4a21931492b12ce6691cdab435
Description
If you declare a list of object types like this, at least qmlcachegen and qmlsc won't figure out what the value type is:
class QmlVectorRenderGeometry
{
Q_GADGET
QML_FOREIGN(QList<QmlRenderGeometry*>)
QML_ANONYMOUS
QML_SEQUENTIAL_CONTAINER(QmlRenderGeometry*)
};
Apparently QML_SEQUENTIAL_CONTAINER only works with value types, not with object types as elements of the list.
Attachments
Issue Links
- relates to
-
QTBUG-109116 QList<Pointer> not compilable
- Open
- resulted from
-
QTBUG-104743 qmlsc crashes
- Closed