| 82 | } |
| 83 | |
| 84 | bool CTestFindJob::doKill() |
| 85 | { |
| 86 | m_suite = nullptr; |
| 87 | KDevelop::ICore::self()->languageController()->backgroundParser()->revertAllRequests(this); |
| 88 | return true; |
| 89 | } |
| 90 | |
| 91 | #include "moc_ctestfindjob.cpp" |
nothing calls this directly
no test coverage detected