MCPcopy Create free account
hub / github.com/Vector35/debugger / currentConsole

Method currentConsole

ui/threadframes.cpp:763–769  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

761
762
763ThreadFramesWidget* 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
772void GlobalThreadFramesContainer::freeDebuggerConsoleForView(QObject* obj)

Callers

nothing calls this directly

Calls 1

currentWidgetMethod · 0.80

Tested by

no test coverage detected