Delete the correct item in removeDesktop
ClosedPublic

Authored by davidedmundson on Nov 14 2018, 11:55 PM.

Details

Summary

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.

Test Plan

Relevant tests now behave better

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.
Restricted Application added a project: Frameworks. · View Herald TranscriptNov 14 2018, 11:55 PM
Restricted Application added a subscriber: kde-frameworks-devel. · View Herald Transcript
davidedmundson requested review of this revision.Nov 14 2018, 11:55 PM
broulik accepted this revision.Nov 14 2018, 11:57 PM
This revision is now accepted and ready to land.Nov 14 2018, 11:57 PM
This revision was automatically updated to reflect the committed changes.