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

Method setFilter

ui/attachprocess.cpp:323–327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

321
322
323void ProcessListWidget::setFilter(const string& filter)
324{
325 m_filter->setFilterFixedString(QString::fromStdString(filter));
326 updateColumnWidths();
327}
328
329
330void ProcessListWidget::scrollToFirstItem() {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected