Skip to content

Deprecate KStatefulBrush::brush(const QWidget*)

Volker Krause requested to merge work/widget-free-kcolorscheme into master

This is the only bit in KColorScheme bringing in a QWidget dependency, and can be easily replaced by the QPalette overload of this method.

Merge request reports