| 41 | }; |
| 42 | |
| 43 | bool ParseProjectJob::doKill() |
| 44 | { |
| 45 | qCDebug(LANGUAGE) << "stopping project parse job"; |
| 46 | ICore::self()->languageController()->backgroundParser()->revertAllRequests(this); |
| 47 | return true; |
| 48 | } |
| 49 | |
| 50 | ParseProjectJob::~ParseProjectJob() = default; |
| 51 |
nothing calls this directly
no test coverage detected