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

Method currentWidget

ui/moduleswidget.cpp:620–626  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

618
619
620DebugModulesWithFilter* 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
629void GlobalDebugModulesContainer::freeWidgetForView(QObject* obj)

Callers 2

currentConsoleMethod · 0.80
currentConsoleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected