diff --git a/plugins/execute/nativeappjob.cpp b/plugins/execute/nativeappjob.cpp index 56d04430554945c59fcb52d09d74a8592b2763d6..48adf72136a02055a17395fe5e28d16ced029575 100644 --- a/plugins/execute/nativeappjob.cpp +++ b/plugins/execute/nativeappjob.cpp @@ -176,7 +176,7 @@ void NativeAppJob::start() } break; default: // cancel starting a new job - kill(); + kill(EmitResult); return; } }