Skip to content

EmoticonTextEditItem: avoid emitting dataChanged

David Faure requested to merge work/dfaure/avoid_dataChanged into master

hotspot showed that 0.15% of the KMComposerWin constructor is spent here because setText() emits dataChanged, that's easy to remove.

Merge request reports