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

Method raiseOutputView

plugins/cppcheck/plugin.cpp:110–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110void Plugin::raiseOutputView()
111{
112 core()->uiController()->raiseToolView(QStringLiteral("org.kdevelop.OutputView.Analyze"));
113}
114
115void Plugin::updateActions()
116{

Callers

nothing calls this directly

Calls 2

uiControllerMethod · 0.80
raiseToolViewMethod · 0.45

Tested by

no test coverage detected