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

Method setFilter

launcher/VersionProxyModel.cpp:439–443  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

437}
438
439void VersionProxyModel::setFilter(const BaseVersionList::ModelRoles column, Filter * f)
440{
441 m_filters[column].reset(f);
442 filterModel->filterChanged();
443}
444
445const VersionProxyModel::FilterMap &VersionProxyModel::filters() const
446{

Callers 2

read_legacy_releaseMethod · 0.45
getPagesFunction · 0.45

Calls 2

resetMethod · 0.45
filterChangedMethod · 0.45

Tested by

no test coverage detected