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

Method postProcessStdout

kdevplatform/outputview/outputexecutejob.cpp:413–416  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

411}
412
413void OutputExecuteJob::postProcessStdout( const QStringList& lines )
414{
415 model()->appendLines( lines );
416}
417
418void OutputExecuteJob::postProcessStderr( const QStringList& lines )
419{

Callers

nothing calls this directly

Calls 2

modelFunction · 0.85
appendLinesMethod · 0.45

Tested by

no test coverage detected