MCPcopy Create free account
hub / github.com/KDE/kdevelop / ~CompileAnalyzer

Method ~CompileAnalyzer

plugins/compileanalyzercommon/compileanalyzer.cpp:105–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105CompileAnalyzer::~CompileAnalyzer()
106{
107 killJob();
108
109 ProblemModelSet* problemModelSet = core()->languageController()->problemModelSet();
110 problemModelSet->removeModel(m_modelId);
111}
112
113bool CompileAnalyzer::isOutputToolViewPreferred() const
114{

Callers

nothing calls this directly

Calls 3

problemModelSetMethod · 0.80
languageControllerMethod · 0.80
removeModelMethod · 0.45

Tested by

no test coverage detected