Diffusion KIO 1dcd3a22bb16

[DelegateAnimationHanlder] Replace deprecated QLinkedList with QList

Authored by ahmadsamir on May 30 2020, 6:54 PM.

Description

[DelegateAnimationHanlder] Replace deprecated QLinkedList with QList

There was no real benefit of using QLinkedList in the original code, as
disscused in the MR !18, so std::list isn't useful here.