Adapt to KCalCore::Person changes
ClosedPublic

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

Diff Detail

Repository
R79 KAlarm Calendar
Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 12149
Build 12167: arc lint + arc unit
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
5822

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

This revision was automatically updated to reflect the committed changes.