| 416 | } |
| 417 | |
| 418 | void OutputExecuteJob::postProcessStderr( const QStringList& lines ) |
| 419 | { |
| 420 | model()->appendLines( lines ); |
| 421 | } |
| 422 | |
| 423 | void OutputExecuteJob::setFilteringStrategy( OutputModel::OutputFilterStrategy strategy ) |
| 424 | { |
nothing calls this directly
no test coverage detected