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

Method appendLine

kdevplatform/outputview/outputmodel.cpp:450–453  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

448}
449
450void OutputModel::appendLine( const QString& line )
451{
452 appendLines( QStringList() << line );
453}
454
455void OutputModel::ensureAllDone()
456{

Callers 8

postMessageMethod · 0.45
startMethod · 0.45
slotProcessErrorMethod · 0.45
slotProcessExitedMethod · 0.45
startMethod · 0.45
doKillMethod · 0.45
childProcessErrorMethod · 0.45
childProcessExitedMethod · 0.45

Calls 1

QStringListClass · 0.85

Tested by

no test coverage detected