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

Method processError

plugins/qmakemanager/qmakejob.cpp:127–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127void QMakeJob::processError(QProcess::ProcessError error)
128{
129 m_model->appendLine(errorString());
130 setError(error);
131 emitResult();
132}
133
134void QMakeJob::processFinished(int exitCode, QProcess::ExitStatus status)
135{

Callers

nothing calls this directly

Calls 2

errorStringFunction · 0.85
appendLineMethod · 0.45

Tested by

no test coverage detected