| 313 | |
| 314 | |
| 315 | void ProcessListWidget::updateContent() |
| 316 | { |
| 317 | std::vector<DebugProcess> processList = m_controller->GetProcessList(); |
| 318 | m_model->updateRows(processList); |
| 319 | updateColumnWidths(); |
| 320 | } |
| 321 | |
| 322 | |
| 323 | void ProcessListWidget::setFilter(const string& filter) |
nothing calls this directly
no test coverage detected