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

Method currentConsole

ui/statusbar.cpp:152–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150
151
152DebuggerStatusBarWidget* DebuggerStatusBarContainer::currentConsole() const
153{
154 if (m_consoleStack->currentIndex() == 0)
155 return nullptr;
156
157 return qobject_cast<DebuggerStatusBarWidget*>(m_consoleStack->currentWidget());
158}
159
160
161void DebuggerStatusBarContainer::freeDebuggerConsoleForView(QObject* obj)

Callers

nothing calls this directly

Calls 1

currentWidgetMethod · 0.80

Tested by

no test coverage detected