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

Method clearFilters

launcher/VersionProxyModel.cpp:433–437  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

431}
432
433void VersionProxyModel::clearFilters()
434{
435 m_filters.clear();
436 filterModel->filterChanged();
437}
438
439void VersionProxyModel::setFilter(const BaseVersionList::ModelRoles column, Filter * f)
440{

Callers

nothing calls this directly

Calls 2

clearMethod · 0.45
filterChangedMethod · 0.45

Tested by

no test coverage detected