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

Method updateToolBarVisibility

kdevplatform/sublime/idealcontroller.cpp:810–815  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

808}
809
810void IdealController::updateToolBarVisibility()
811{
812 forEachToolBar([](IdealToolBar& toolBar) {
813 toolBar.updateVisibility();
814 });
815}
816
817void IdealController::showDockActionToggled(QObject* senderAction, const IdealButtonBarWidget& buttonBarWidget,
818 bool show)

Callers 2

loadSettingsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected