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