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

Method procError

kdevplatform/util/commandexecutor.cpp:36–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 QMap<QString, QString> m_env;
35 bool m_useShell;
36 void procError(QProcess::ProcessError error)
37 {
38 Q_UNUSED(error)
39 m_lineMaker->flushBuffers();
40 emit m_exec->failed(error);
41 }
42 void procFinished(int code, QProcess::ExitStatus status)
43 {
44 m_lineMaker->flushBuffers();

Callers 1

CommandExecutorMethod · 0.45

Calls 1

flushBuffersMethod · 0.80

Tested by

no test coverage detected