============================================================================
| 725 | |
| 726 | //============================================================================ |
| 727 | bool CDockWidget::isCentralWidget() const |
| 728 | { |
| 729 | return dockManager()->centralWidget() == this; |
| 730 | } |
| 731 | |
| 732 | |
| 733 | //============================================================================ |
nothing calls this directly
no test coverage detected