Remove Collection references from Akonadi
ClosedPublic

Authored by dvratil on Apr 7 2019, 12:41 PM.

Details

Summary

This was only used in one single place in KOrganizer, which we
removed as well.

Test Plan

All tests pass, KDE PIM still compilers

Diff Detail

Repository
R165 Akonadi
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
dvratil created this revision.Apr 7 2019, 12:41 PM
Restricted Application added a project: KDE PIM. · View Herald TranscriptApr 7 2019, 12:41 PM
Restricted Application added a subscriber: kde-pim. · View Herald Transcript
dvratil requested review of this revision.Apr 7 2019, 12:41 PM
dfaure added inline comments.Apr 7 2019, 1:32 PM
src/server/notificationsubscriber.cpp
508

The old comment had the word "monitored" here, which got removed - on purpose, or by accident?

dvratil added inline comments.Apr 7 2019, 1:45 PM
src/server/notificationsubscriber.cpp
508

This logic does not concern itself with "monitored" state, that is handled outside of this if, below.

dfaure accepted this revision.Apr 7 2019, 1:48 PM
This revision is now accepted and ready to land.Apr 7 2019, 1:48 PM
dfaure added a comment.Apr 7 2019, 2:16 PM

This patch seems incomplete BTW.

collectionscheduler.cpp still uses Collection::referencedFullColumnName()

Hi Dan, can you push this ASAP? My own work keeps touching lines that have referenced() in them, a good recipe for merge conflicts for either of us at some point.

dvratil updated this revision to Diff 56280.Apr 15 2019, 7:59 AM

Remove last references to referencing.

dfaure accepted this revision.Apr 15 2019, 8:03 AM

Nice pun :-)

This revision was automatically updated to reflect the committed changes.