============================================================================
| 820 | |
| 821 | //============================================================================ |
| 822 | void CDockWidget::setDockArea(CDockAreaWidget* DockArea) |
| 823 | { |
| 824 | d->DockArea = DockArea; |
| 825 | d->ToggleViewAction->setChecked(DockArea != nullptr && !this->isClosed()); |
| 826 | setParent(DockArea); |
| 827 | } |
| 828 | |
| 829 | |
| 830 | //============================================================================ |
no test coverage detected