| 380 | } |
| 381 | |
| 382 | Core::DockWidget *Group::dockWidgetAt(int index) const |
| 383 | { |
| 384 | if (m_inCtor || m_inDtor) |
| 385 | return nullptr; |
| 386 | |
| 387 | return m_tabBar->dockWidgetAt(index); |
| 388 | } |
| 389 | |
| 390 | Core::DockWidget *Group::currentDockWidget() const |
| 391 | { |
no outgoing calls
no test coverage detected