| 58 | |
| 59 | |
| 60 | void PlasmoidExecutionJob::start() |
| 61 | { |
| 62 | startOutput(); |
| 63 | model()->appendLine(m_process->workingDirectory() + QLatin1String("> ") + m_process->command() + QLatin1Char(' ') + m_process->arguments().join(QLatin1Char(' '))); |
| 64 | m_process->start(); |
| 65 | } |
| 66 | |
| 67 | bool PlasmoidExecutionJob::doKill() |
| 68 | { |
nothing calls this directly
no test coverage detected