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

Method displayOutput

kdevplatform/vcs/dvcs/dvcsjob.cpp:282–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280}
281
282void DVcsJob::displayOutput(const QString& data)
283{
284 Q_D(DVcsJob);
285
286 d->model->appendLines(data.split(QLatin1Char('\n')));
287}
288
289void DVcsJob::slotReceivedStdout()
290{

Callers

nothing calls this directly

Calls 2

appendLinesMethod · 0.45
splitMethod · 0.45

Tested by

no test coverage detected