Skip to content

CommandLauncher: call emitResult() as soon as process has started

Thenujan Sandramohan requested to merge thenujan/kio:fix_command_launcher into kf5

This MR makes emitResult get called as soon as the process has started instead of when the process has ended. It also changes emitDelayedError as a protected member of KProcessRunner to make it invokable by ForkingProcessRunner. It also removes processFinished signal as it's not used anymore.

BUG: 466359

Edited by Thenujan Sandramohan

Merge request reports