Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
110
void Plugin::raiseOutputView()
111
{
112
core()->uiController()->raiseToolView(QStringLiteral(
"org.kdevelop.OutputView.Analyze"
));
113
}
114
115
void Plugin::updateActions()
116
{
Callers
nothing calls this directly
Calls
2
uiController
Method · 0.80
raiseToolView
Method · 0.45
Tested by
no test coverage detected