MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / setExactFilter

Method setExactFilter

launcher/ui/widgets/VersionSelectWidget.cpp:196–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196void VersionSelectWidget::setExactFilter(BaseVersionList::ModelRoles role, QString filter)
197{
198 m_proxyModel->setFilter(role, new ExactFilter(filter));
199}
200
201void VersionSelectWidget::setFuzzyFilter(BaseVersionList::ModelRoles role, QString filter)
202{

Calls 1

setFilterMethod · 0.45

Tested by

no test coverage detected