MCPcopy Create free account
hub / github.com/MultiMC/Launcher / clearFilters

Method clearFilters

launcher/VersionProxyModel.cpp:395–399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

393}
394
395void VersionProxyModel::clearFilters()
396{
397 m_filters.clear();
398 filterModel->filterChanged();
399}
400
401void VersionProxyModel::setFilter(const BaseVersionList::ModelRoles column, Filter * f)
402{

Callers

nothing calls this directly

Calls 2

clearMethod · 0.45
filterChangedMethod · 0.45

Tested by

no test coverage detected