QList::erase will move the data underneath where the iterator is
pointing, we want to delete the entry we're about to remove from the
list.
Details
Details
- Reviewers
broulik - Group Reviewers
KWin - Commits
- R127:f25eadc92c47: Delete the correct item in removeDesktop
Relevant tests now behave better
Diff Detail
Diff Detail
- Repository
- R127 KWayland
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.