Skip to content

Remove shouldContinue signal from KDiff3App

Remove the shouldContinue signal from KDiff3App and instead call the canContinue function, which actually provided the implementation of the signal. To enable the users of the shouldContinue signal to call the canContinue function, we need to pass in a reference to the KDiff3App.

Merge request reports