============================================================================
| 1194 | |
| 1195 | //============================================================================ |
| 1196 | QAbstractButton* CDockAreaWidget::titleBarButton(TitleBarButton which) const |
| 1197 | { |
| 1198 | return d->TitleBar->button(which); |
| 1199 | } |
| 1200 | |
| 1201 | |
| 1202 | //============================================================================ |
no test coverage detected