Skip to content

add Theme::hasTextStyleOverride accessor to allow user code to check for text style overrides

Christoph Cullmann requested to merge work/hasTextStyleOverride into master

add Theme::hasTextStyleOverride accessor to allow user code to check for text style overrides added unit test to ensure the value is OK

This would be helpful for e.g. KTextEditor to figure out for which highlightings & attributes special stuff is set in the theme without manual parsing of the JSON data.

Merge request reports