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

Method stopRunningTests

plugins/testview/testviewplugin.cpp:112–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112void TestViewPlugin::stopRunningTests()
113{
114 const auto jobs = core()->runController()->currentJobs();
115 for (KJob* job : jobs) {
116 if (job->property("test_job").toBool())
117 {
118 job->kill();
119 }
120 }
121}
122
123void TestViewPlugin::jobStateChanged()
124{

Callers

nothing calls this directly

Calls 4

currentJobsMethod · 0.80
runControllerMethod · 0.80
propertyMethod · 0.80
killMethod · 0.45

Tested by

no test coverage detected