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

Method unload

plugins/problemreporter/problemreporterplugin.cpp:127–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127void ProblemReporterPlugin::unload()
128{
129 KDevelop::ProblemModelSet* pms = KDevelop::ICore::self()->languageController()->problemModelSet();
130 pms->removeModel(QStringLiteral("Parser"));
131
132 core()->uiController()->removeToolView(m_factory);
133}
134
135void ProblemReporterPlugin::documentClosed(IDocument* doc)
136{

Callers

nothing calls this directly

Calls 5

problemModelSetMethod · 0.80
languageControllerMethod · 0.80
uiControllerMethod · 0.80
removeModelMethod · 0.45
removeToolViewMethod · 0.45

Tested by

no test coverage detected