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

Method appendLine

plugins/executescript/scriptappjob.cpp:222–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220}
221
222void ScriptAppJob::appendLine(const QString& l)
223{
224 if (KDevelop::OutputModel* m = model()) {
225 m->appendLine(l);
226 }
227}
228
229KDevelop::OutputModel* ScriptAppJob::model()
230{

Callers 15

startMethod · 0.45
procFinishedMethod · 0.45
startMethod · 0.45
startFunction · 0.45
startMethod · 0.45
doKillMethod · 0.45
slotCompletedMethod · 0.45
slotFailedMethod · 0.45
startMethod · 0.45
processErrorMethod · 0.45
processFinishedMethod · 0.45
startMethod · 0.45

Calls 1

modelFunction · 0.85

Tested by

no test coverage detected