MCPcopy Create free account
hub / github.com/KDE/kdevelop / postProcessStderr

Method postProcessStderr

kdevplatform/outputview/outputexecutejob.cpp:418–421  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

416}
417
418void OutputExecuteJob::postProcessStderr( const QStringList& lines )
419{
420 model()->appendLines( lines );
421}
422
423void OutputExecuteJob::setFilteringStrategy( OutputModel::OutputFilterStrategy strategy )
424{

Callers

nothing calls this directly

Calls 2

modelFunction · 0.85
appendLinesMethod · 0.45

Tested by

no test coverage detected