MCPcopy Create free account
hub / github.com/Vector35/debugger / ~DebuggerStatusBarWidget

Method ~DebuggerStatusBarWidget

ui/statusbar.cpp:53–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51
52
53DebuggerStatusBarWidget::~DebuggerStatusBarWidget()
54{
55 if (m_debugger)
56 m_debugger->RemoveEventCallback(m_debuggerEventCallback);
57}
58
59
60void DebuggerStatusBarWidget::setStatusText(const QString& text)

Callers

nothing calls this directly

Calls 1

RemoveEventCallbackMethod · 0.45

Tested by

no test coverage detected