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

Method unload

plugins/clangtidy/tests/data/plugin.cpp:115–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115void Plugin::unload()
116{
117 ProblemModelSet* pms = core()->languageController()->problemModelSet();
118 pms->removeModel(QStringLiteral("ClangTidy"));
119}
120
121void Plugin::collectAllAvailableChecks(QString clangtidyPath)
122{

Callers

nothing calls this directly

Calls 3

problemModelSetMethod · 0.80
languageControllerMethod · 0.80
removeModelMethod · 0.45

Tested by

no test coverage detected