Skip to content

Remove the encodingChanged signal from KDiff3App

Remove the encodingChanged signal from KDiff3App. There were only a single user of the signal and that is SourceData. The signal is emitted directly in DiffTextWindowFrame, so instead of delegating to the KDiff3App it might as well just notify the SourceData directly.

Merge request reports