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
- Branch
- master
- Lint
Lint OK - Unit
No Unit Test Coverage - Build Status
Buildable 4947 Build 4965: arc lint + arc unit