[DelegateAnimationHanlder] Replace deprecated QLinkedList with QList
There was no real benefit of using QLinkedList in the original code, as disscused in the MR !18 (closed), so std::list isn't useful here.
There was no real benefit of using QLinkedList in the original code, as disscused in the MR !18 (closed), so std::list isn't useful here.