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

Method notifyStackChanged

ui/stackwidget.cpp:416–421  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

414
415
416void DebugStackWidget::notifyStackChanged(std::vector<DebugStackItem> stackItems)
417{
418 m_model->updateRows(stackItems);
419 // TODO: we could also set the columns' ResizeMode to ResizeToContents
420 m_table->resizeColumnsToContents();
421}
422
423
424//void DebugStackWidget::notifyFontChanged()

Callers

nothing calls this directly

Calls 1

updateRowsMethod · 0.45

Tested by

no test coverage detected