Skip to content

Deprecate KPluginInfo::dependencies()

Small hint for less risks with deprecation work: Ideally KPluginInfo::dependencies would have been deprecated before KPluginMetaData::dependencies, given the chain of one needing the other, so we can be sure KPluginMetaData could be deprecated without breaking things.

Found when building all of KF with EXCLUDE_DEPRECATED_BEFORE_AND_AT=CURRENT, to make sure we have a core of things which do not depend on things deprecated elsewhere (kcmutils is the only one broken here since ages, but I leave sorting that out to those who work a lot on kcmutils, hoping they care one day, I do not know tricks to motivate people for things I feel important :) ).

Merge request reports