Skip to content
Commit 6767b873 authored by Albert Astals Cid's avatar Albert Astals Cid
Browse files

Port a few QLinkedList to QList

QLinkedList is deprecated in later Qt5 and gone in Qt6

The 1:1 port is std::list but in this cases all we ever do
is create the lists, push back to them, and pass then around
to be read, for that a QList is more than enough
parent 36ee0a1a
Pipeline #152210 passed with stage
in 10 minutes and 8 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment