Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ doKill
Method
doKill
plugins/qmakebuilder/qmakejob.cpp:85–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
}
84
85
bool QMakeJob::doKill()
86
{
87
m_killed = true;
88
m_cmd->kill();
89
return true;
90
}
91
92
#include
"moc_qmakejob.cpp"
Callers
nothing calls this directly
Calls
1
kill
Method · 0.45
Tested by
no test coverage detected