| 357 | |
| 358 | |
| 359 | DebugModulesWidget::~DebugModulesWidget() |
| 360 | { |
| 361 | if (m_controller) |
| 362 | m_controller->RemoveEventCallback(m_debuggerEventCallback); |
| 363 | } |
| 364 | |
| 365 | |
| 366 | void DebugModulesWidget::updateColumnWidths() |
nothing calls this directly
no test coverage detected