Don't push private APIs in the public 'interface'
ClosedPublic

Authored by pinaraf on Apr 22 2018, 4:03 PM.

Details

Summary

The current interface mixes really public stuff
and stuff required only for MK4 or the Dummy storages.
This makes it far harder to understand 'who' does 'what'.

This commit drops a part of that legacy.

Diff Detail

Repository
R201 Akregator
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
pinaraf created this revision.Apr 22 2018, 4:03 PM
Restricted Application added a project: KDE PIM. · View Herald TranscriptApr 22 2018, 4:03 PM
Restricted Application added a subscriber: KDE PIM. · View Herald Transcript
pinaraf requested review of this revision.Apr 22 2018, 4:03 PM
pinaraf updated this revision to Diff 32823.

Add missing fix

pinaraf updated this revision to Diff 32928.Apr 23 2018, 10:28 PM

Rebase on latest master.

mlaurent accepted this revision.Apr 24 2018, 6:07 AM
This revision is now accepted and ready to land.Apr 24 2018, 6:07 AM
This revision was automatically updated to reflect the committed changes.