============================================================================
| 473 | |
| 474 | //============================================================================ |
| 475 | CDockContainerWidget* CDockAreaWidget::dockContainer() const |
| 476 | { |
| 477 | return internal::findParent<CDockContainerWidget*>(this); |
| 478 | } |
| 479 | |
| 480 | //============================================================================ |
| 481 | CAutoHideDockContainer* CDockAreaWidget::autoHideDockContainer() const |
no outgoing calls
no test coverage detected