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

Method processFinished

plugins/scratchpad/scratchpadjob.cpp:69–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69void ScratchpadJob::processFinished(int exitCode, QProcess::ExitStatus)
70{
71 qCDebug(PLUGIN_SCRATCHPAD) << "finished process";
72 m_lineMaker->flushBuffers();
73 outputModel()->appendLine(i18n("Process finished with exit code %1.", exitCode));
74 emitResult();
75}
76
77void ScratchpadJob::processError(QProcess::ProcessError error)
78{

Callers

nothing calls this directly

Calls 2

flushBuffersMethod · 0.80
appendLineMethod · 0.45

Tested by

no test coverage detected