Skip to content

Port a few more QLinkedList to QList

Albert Astals Cid requested to merge work/aacid/byebyeqlinkedlist into master

We don't need the special properties of QLinkedList in any of those and QLinkedList is deprecated, so move away from it

Merge request reports