Port away from QLinkedList

Authored by elvisangelaccio on May 28 2020, 11:13 PM.

Description

Port away from QLinkedList

QLinkedList has been deprecated and should not be used in new code. Port
to std::list instead.

Details