| 51 | |
| 52 | |
| 53 | DebuggerStatusBarWidget::~DebuggerStatusBarWidget() |
| 54 | { |
| 55 | if (m_debugger) |
| 56 | m_debugger->RemoveEventCallback(m_debuggerEventCallback); |
| 57 | } |
| 58 | |
| 59 | |
| 60 | void DebuggerStatusBarWidget::setStatusText(const QString& text) |
nothing calls this directly
no test coverage detected