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

QList contains deprecated things

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P3: Somewhat important
    • None
    • 5.14.0
    • None
    • Windows 10

    Description

      template <typename T>
      QList<T> QList<T>::fromSet(const QSet<T> &set)
      {
          return set.toList();   // deprecated, use values() instead
      }
      

      Attachments

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

        Activity

          People

            thiago Thiago Macieira
            Mercury13kiev Mikhail Merkuryev
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes