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

QStringList incorrect inheritance documentation

XMLWordPrintable

    • All
    • c1346c417 (dev), b9cd3e08d (6.10), 9366ca68f (6.9)

      The documentation for QStringList says that:

      QStringList inherits from QList<QString>.

      But as of Qt 6 this is not correct, it is now an alias of QList<QString>: https://www.qt.io/blog/qlist-changes-in-qt-6. It should probably say something like the documentation of QByteArrayList:

      QByteArrayList is actually just a QList<QByteArray>. It is documented as a full class just for simplicity of documenting the member methods that exist only in QList<QByteArray>.

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

            docteam Qt Documentation Team
            jamesnz James Wrigley
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes