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

QStandardItemData datastream portability

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • P4: Low
    • None
    • 5.10.0 Beta 1
    • Widgets: Itemviews
    • 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)

      Attachments

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

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes