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

Method procFinished

kdevplatform/util/commandexecutor.cpp:42–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 emit m_exec->failed(error);
41 }
42 void procFinished(int code, QProcess::ExitStatus status)
43 {
44 m_lineMaker->flushBuffers();
45 if (status == QProcess::NormalExit)
46 emit m_exec->completed(code);
47 }
48};
49
50CommandExecutor::CommandExecutor(const QString& command, QObject* parent)

Callers 1

CommandExecutorMethod · 0.45

Calls 1

flushBuffersMethod · 0.80

Tested by

no test coverage detected