diff --git a/plugins/execute/nativeappjob.cpp b/plugins/execute/nativeappjob.cpp --- a/plugins/execute/nativeappjob.cpp +++ b/plugins/execute/nativeappjob.cpp @@ -158,7 +158,7 @@ case QMessageBox::No: // kill the running instance for (auto & job : currentJobs) { if (job) - job->kill(); + job->kill(EmitResult); } break; default: // cancel starting a new job