| 34 | QMap<QString, QString> m_env; |
| 35 | bool m_useShell; |
| 36 | void procError(QProcess::ProcessError error) |
| 37 | { |
| 38 | Q_UNUSED(error) |
| 39 | m_lineMaker->flushBuffers(); |
| 40 | emit m_exec->failed(error); |
| 41 | } |
| 42 | void procFinished(int code, QProcess::ExitStatus status) |
| 43 | { |
| 44 | m_lineMaker->flushBuffers(); |
no test coverage detected