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

Method notifyModulesChanged

ui/moduleswidget.cpp:376–380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

374
375
376void DebugModulesWidget::notifyModulesChanged(std::vector<DebugModule> modules)
377{
378 m_model->updateRows(modules);
379 updateColumnWidths();
380}
381
382
383void DebugModulesWidget::updateContent()

Callers

nothing calls this directly

Calls 1

updateRowsMethod · 0.45

Tested by

no test coverage detected