Skip to content

SettingHighlighterPrivate: Optimize connections

ivan tkachenko requested to merge work/ratijas/highlight-update into master

Only disconnect what you are directly responsible for connecting, and call updateTarget() manually which is fast and efficient unlike three signals subscriptions and runtime dispatching.


This is a follow-up on !203 (merged)

Merge request reports