Skip to content

[card] Fix removing profiles

Nicolas Fella requested to merge work/nico/card-profile-it into master

We remove items from the list while iterating, which doesn't work this way

Use QMutableListIterator to make it work

BUG: 477104

Merge request reports