============================================================================
| 840 | |
| 841 | //============================================================================ |
| 842 | void CDockAreaTitleBar::insertWidget(int index, QWidget *widget) |
| 843 | { |
| 844 | d->Layout->insertWidget(index, widget); |
| 845 | } |
| 846 | |
| 847 | |
| 848 | //============================================================================ |
no outgoing calls
no test coverage detected