Remove the configurable operator< behavior
ClosedPublic

Authored by vkrause on Apr 5 2019, 3:56 PM.

Details

Summary

Besides being unused, this is very dangerous as changes to the sort mode
would affect every single user of this without a chance to prevent this.

This also removes the entire opertor< for Addressee, which for such a
complex class actually makes sense, as there are many many different
ways to sort Addressees.

Diff Detail

Repository
R174 KContacts
Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 10467
Build 10485: arc lint + arc unit
vkrause created this revision.Apr 5 2019, 3:56 PM
Restricted Application added a project: KDE PIM. · View Herald TranscriptApr 5 2019, 3:56 PM
Restricted Application added a subscriber: kde-pim. · View Herald Transcript
vkrause requested review of this revision.Apr 5 2019, 3:56 PM
dvratil accepted this revision.Apr 6 2019, 10:25 AM
This revision is now accepted and ready to land.Apr 6 2019, 10:25 AM
This revision was automatically updated to reflect the committed changes.