============================================================================
| 1340 | |
| 1341 | //============================================================================ |
| 1342 | void CDockWidget::toggleAutoHide(SideBarLocation Location) |
| 1343 | { |
| 1344 | if (!CDockManager::testAutoHideConfigFlag(CDockManager::AutoHideFeatureEnabled)) |
| 1345 | { |
| 1346 | return; |
| 1347 | } |
| 1348 | |
| 1349 | setAutoHide(!isAutoHide(), Location); |
| 1350 | } |
| 1351 | |
| 1352 | |
| 1353 | //============================================================================ |
no outgoing calls
no test coverage detected