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

Method raiseOutputToolView

plugins/compileanalyzercommon/compileanalyzer.cpp:219–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217}
218
219void CompileAnalyzer::raiseOutputToolView()
220{
221 core()->uiController()->raiseToolView(QStringLiteral("org.kdevelop.OutputView.Analyze"));
222}
223
224bool CompileAnalyzer::isRunning() const
225{

Callers

nothing calls this directly

Calls 2

uiControllerMethod · 0.80
raiseToolViewMethod · 0.45

Tested by

no test coverage detected