| 113 | } |
| 114 | |
| 115 | void Plugin::unload() |
| 116 | { |
| 117 | ProblemModelSet* pms = core()->languageController()->problemModelSet(); |
| 118 | pms->removeModel(QStringLiteral("ClangTidy")); |
| 119 | } |
| 120 | |
| 121 | void Plugin::collectAllAvailableChecks(QString clangtidyPath) |
| 122 | { |
nothing calls this directly
no test coverage detected