| 414 | |
| 415 | |
| 416 | void 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() |
nothing calls this directly
no test coverage detected