| 411 | } |
| 412 | |
| 413 | void OutputExecuteJob::postProcessStdout( const QStringList& lines ) |
| 414 | { |
| 415 | model()->appendLines( lines ); |
| 416 | } |
| 417 | |
| 418 | void OutputExecuteJob::postProcessStderr( const QStringList& lines ) |
| 419 | { |
nothing calls this directly
no test coverage detected