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

QListWidget::mimeData uses non-standard API

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Out of scope
    • P2: Important
    • 5.0.0
    • 4.3.3
    • Widgets: Itemviews
    • None

    Description

      The signature is

      virtual QMimeData mimeData(const QList<QListWidgetItem> items) const;

      which is non-standard and likely to cause errors for reimplementors. It should be

      virtual QMimeData mimeData(const QList<QListWidgetItem> &items) const;

      Attachments

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

        Activity

          People

            Unassigned Unassigned
            vhilshei Volker Hilsheimer
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes