| 761 | |
| 762 | |
| 763 | ThreadFramesWidget* GlobalThreadFramesContainer::currentConsole() const |
| 764 | { |
| 765 | if (m_consoleStack->currentIndex() == 0) |
| 766 | return nullptr; |
| 767 | |
| 768 | return qobject_cast<ThreadFramesWidget*>(m_consoleStack->currentWidget()); |
| 769 | } |
| 770 | |
| 771 | |
| 772 | void GlobalThreadFramesContainer::freeDebuggerConsoleForView(QObject* obj) |
nothing calls this directly
no test coverage detected