https://bugs.kde.org/show_bug.cgi?id=466359
Nicolas Fella <nicolas.fe...@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/fram |https://invent.kde.org/fram |eworks/kio/commit/fea052ba3 |eworks/kio/commit/01481fb95 |69e474a092516a4717556b52ff9 |ec443988dfbf51116d807359c08 |2e00 |dfab --- Comment #7 from Nicolas Fella <nicolas.fe...@gmx.de> --- Git commit 01481fb95ec443988dfbf51116d807359c08dfab by Nicolas Fella, on behalf of Thenujan Sandramohan. Committed on 24/03/2023 at 22:38. Pushed by nicolasfella into branch 'master'. CommandLauncher: call emitResult() as soon as process has started 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. M +0 -2 src/gui/commandlauncherjob.cpp M +1 -2 src/gui/kprocessrunner.cpp M +1 -6 src/gui/kprocessrunner_p.h https://invent.kde.org/frameworks/kio/commit/01481fb95ec443988dfbf51116d807359c08dfab -- You are receiving this mail because: You are watching all bug changes.