Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ hideToolBars
Method
hideToolBars
kdevplatform/sublime/idealcontroller.cpp:803–808 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
801
}
802
803
void IdealController::hideToolBars()
804
{
805
forEachToolBar([](IdealToolBar& toolBar) {
806
toolBar.hide();
807
});
808
}
809
810
void IdealController::updateToolBarVisibility()
811
{
Callers
1
toggleConcentrationMode
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected