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

Method setFilter

ui/moduleswidget.cpp:547–551  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

545
546
547void DebugModulesWidget::setFilter(const string& filter)
548{
549 m_filter->setFilterRegularExpression(QString::fromStdString(filter));
550 updateColumnWidths();
551}
552
553
554void DebugModulesWidget::updateFonts()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected