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

Method doKill

plugins/externalscript/externalscriptjob.cpp:268–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266}
267
268bool ExternalScriptJob::doKill()
269{
270 if (m_proc) {
271 m_proc->kill();
272 appendLine(i18n("*** Killed Application ***"));
273 }
274
275 return true;
276}
277
278void ExternalScriptJob::processFinished(int exitCode, QProcess::ExitStatus status)
279{

Callers

nothing calls this directly

Calls 1

killMethod · 0.45

Tested by

no test coverage detected