MCPcopy Create free account
hub / github.com/chris2511/xca / setFilter

Method setFilter

widgets/XcaTreeView.cpp:230–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228}
229
230void XcaTreeView::setFilter(const QString &pattern)
231{
232 pki_base::limitPattern = QRegularExpression(pattern,
233 QRegularExpression::CaseInsensitiveOption);
234 // Only to tell the model about the changed filter
235 proxy->setFilterFixedString(pattern);
236}
237
238void XcaTreeView::deleteItems()
239{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected