Remove unused EditorItemManager methods
ClosedPublic

Authored by dkurz on Aug 25 2017, 9:57 PM.

Details

Summary

The methods (set)fetchScope were never used. They also violate
encapsulation: setting an arbitrary fetch scopes might lead to some
features not being fetched that are required by IncidenceDialog to work
correctly, like item tags including tag names.

Test Plan

It compiles; projects depending on IncidenceEditor compile, too.
The methods are neither signals nor slots, so they are not used
in a string-based connect. In summary: they are actually not used
anywhere

Diff Detail

Repository
R78 PIM: Incidence Editor
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
dkurz created this revision.Aug 25 2017, 9:57 PM
Restricted Application added a project: KDE PIM. · View Herald TranscriptAug 25 2017, 9:57 PM
dvratil accepted this revision.Aug 25 2017, 10:16 PM
This revision is now accepted and ready to land.Aug 25 2017, 10:16 PM
This revision was automatically updated to reflect the committed changes.