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

Method appendLines

kdevplatform/outputview/outputmodel.cpp:439–448  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

437}
438
439void OutputModel::appendLines( const QStringList& lines )
440{
441 Q_D(OutputModel);
442
443 if( lines.isEmpty() )
444 return;
445
446 QMetaObject::invokeMethod(d->worker, "addLines",
447 Q_ARG(QStringList, lines));
448}
449
450void OutputModel::appendLine( const QString& line )
451{

Callers 4

displayOutputMethod · 0.45
postProcessStdoutMethod · 0.45
postProcessStderrMethod · 0.45
benchMethod · 0.45

Calls 1

isEmptyMethod · 0.45

Tested by 1

benchMethod · 0.36