Skip to content

mainwindow: do not erase from container while iterating

Replace unsafe for loop calling removeX() which invalidates passed iterator with while loop until container is empty.

Merge request reports