Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-63765

QStandardItemData datastream portability

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Do
    • Icon: P4: Low P4: Low
    • None
    • 5.10.0 Beta 1
    • Widgets: Itemviews
    • None

      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)

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            hjk hjk
            VRonin Luca
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes