Remove unused EditorItemManager methods

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

Description

Remove unused EditorItemManager methods

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

Reviewers: KDE PIM, dvratil

Reviewed By: KDE PIM, dvratil

Tags: KDE PIM

Differential Revision: https://phabricator.kde.org/D7549

Details

Committed
dkurzAug 25 2017, 10:39 PM
Reviewer
KDE PIM
Differential Revision
D7549: Remove unused EditorItemManager methods
Parents
R78:8cdc303b0ed7: Fix wrong API comment
Branches
Unknown
Tags
Unknown