XMLWordPrintable

    • All

      QQueue inherits QList. This worked in Qt 5 as QList had decent performance characteristics when taking the first element.

      This needs changes in Qt 6, where QList inherits from QVector, and taking the first element is O. Consider implementing QQueue using a std::deque or similar data structure.

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

            thiago Thiago Macieira
            laknoll Lars Knoll
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes