============================================================================
| 1669 | |
| 1670 | //============================================================================ |
| 1671 | CDockAreaWidget* CDockContainerWidget::dockArea(int Index) const |
| 1672 | { |
| 1673 | return (Index < dockAreaCount()) ? d->DockAreas[Index] : nullptr; |
| 1674 | } |
| 1675 | |
| 1676 | |
| 1677 | //============================================================================ |
no outgoing calls
no test coverage detected