| 618 | |
| 619 | |
| 620 | DebugModulesWithFilter* GlobalDebugModulesContainer::currentWidget() const |
| 621 | { |
| 622 | if (m_consoleStack->currentIndex() == 0) |
| 623 | return nullptr; |
| 624 | |
| 625 | return qobject_cast<DebugModulesWithFilter*>(m_consoleStack->currentWidget()); |
| 626 | } |
| 627 | |
| 628 | |
| 629 | void GlobalDebugModulesContainer::freeWidgetForView(QObject* obj) |
no outgoing calls
no test coverage detected