Replace IncidenceBase::deleteAttendee with setAttendee()
ClosedPublic

Authored by vkrause on Jun 2 2019, 9:10 AM.

Details

Summary

deleteAttendee is fortunately unused, and relies on the fact that Attendee
is a pointer here.

setAttendee will enable porting code that currently modifies existing
attendees of an incidence via pointer access.

Diff Detail

Repository
R172 KCalendar Core
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
vkrause created this revision.Jun 2 2019, 9:10 AM
Restricted Application added a project: KDE PIM. · View Herald TranscriptJun 2 2019, 9:10 AM
Restricted Application added a subscriber: kde-pim. · View Herald Transcript
vkrause requested review of this revision.Jun 2 2019, 9:10 AM
dvratil accepted this revision.Jun 2 2019, 12:59 PM
This revision is now accepted and ready to land.Jun 2 2019, 12:59 PM
This revision was automatically updated to reflect the committed changes.