Added a post incidence removal handler.
AbandonedPublic

Authored by knauss on Nov 24 2015, 5:36 PM.

Details

Summary

It needs to provide a pointer to the calendar, because otherwise
that's impossible to find out (the incidence is already removed,
at that point).

Diff Detail

Branch
dev/kolab
Lint
No Linters Available
Unit
No Unit Test Coverage
knauss updated this revision to Diff 1375.Nov 24 2015, 5:36 PM
knauss retitled this revision from to Added a post incidence removal handler..
knauss updated this object.
knauss edited the test plan for this revision. (Show Details)
knauss added reviewers: vkrause, mlaurent, smartins.
knauss added a project: KDE PIM.
smartins requested changes to this revision.Nov 24 2015, 10:09 PM
smartins edited edge metadata.
smartins added inline comments.
src/calendar.h
1365

These two functions have the same documentation but different meaning

1429

The concept is good, but the naming is a big clunky

notifyIncidenceAboutToBeDeleted()
notifyIncidenceDeleted()

These match Qt and KDE naming

This revision now requires changes to proceed.Nov 24 2015, 10:09 PM
knauss updated this revision to Diff 1482.Dec 8 2015, 5:25 PM
knauss edited edge metadata.
knauss marked 2 inline comments as done.

Renamed delete notify names