Details
-
Bug
-
Resolution: Won't Do
-
P4: Low
-
None
-
5.10.0 Beta 1
-
None
Description
QDataStream &operator>>(QDataStream &in, QStandardItemData &data);
and
QDataStream &operator<<(QDataStream &out, const QStandardItemData &data)
Both use data.role (which is of type int) directly without casting it to a size safe type (e.g. qint32)