| 266 | } |
| 267 | |
| 268 | bool ExternalScriptJob::doKill() |
| 269 | { |
| 270 | if (m_proc) { |
| 271 | m_proc->kill(); |
| 272 | appendLine(i18n("*** Killed Application ***")); |
| 273 | } |
| 274 | |
| 275 | return true; |
| 276 | } |
| 277 | |
| 278 | void ExternalScriptJob::processFinished(int exitCode, QProcess::ExitStatus status) |
| 279 | { |