Adapt to KCalCore::Person changes
ClosedPublic

Authored by vkrause on May 25 2019, 11:46 AM.

Diff Detail

Repository
R79 KAlarm Calendar
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.May 25 2019, 11:46 AM
Restricted Application added a project: KDE PIM. · View Herald TranscriptMay 25 2019, 11:46 AM
Restricted Application added a subscriber: kde-pim. · View Herald Transcript
vkrause requested review of this revision.May 25 2019, 11:46 AM
mlaurent accepted this revision.May 26 2019, 10:18 AM
This revision is now accepted and ready to land.May 26 2019, 10:18 AM
djarvie added inline comments.
src/kaevent.cpp
5821–5822

This should be changed to
const Person &person = (*this)[index];

This revision was automatically updated to reflect the committed changes.