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

Method raiseProblemsToolView

plugins/compileanalyzercommon/compileanalyzer.cpp:213–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211}
212
213void CompileAnalyzer::raiseProblemsToolView()
214{
215 ProblemModelSet* problemModelSet = core()->languageController()->problemModelSet();
216 problemModelSet->showModel(m_modelId);
217}
218
219void CompileAnalyzer::raiseOutputToolView()
220{

Callers

nothing calls this directly

Calls 3

problemModelSetMethod · 0.80
languageControllerMethod · 0.80
showModelMethod · 0.45

Tested by

no test coverage detected