| 545 | |
| 546 | |
| 547 | void DebugModulesWidget::setFilter(const string& filter) |
| 548 | { |
| 549 | m_filter->setFilterRegularExpression(QString::fromStdString(filter)); |
| 550 | updateColumnWidths(); |
| 551 | } |
| 552 | |
| 553 | |
| 554 | void DebugModulesWidget::updateFonts() |
nothing calls this directly
no outgoing calls
no test coverage detected