Skip to content

KAuthorized: Make methods to authorize control modules invokable

Alexander Lohnau requested to merge work/alex/controlmodule into master

In kcmutils!146 (merged), I import the KDeclarative KCMShell class which exposes a invokable method that only calls this KAuthorized method internally. It is cleaner for consumers to just call the underlying API in KConfig directly. The only advantage of the old approach was to save one import statement.

Merge request reports