Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ setSearchTerm
Method
setSearchTerm
launcher/ui/pages/modplatform/ftb/FtbFilterModel.cpp:55–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
}
54
55
void FilterModel::setSearchTerm(const QString& term)
56
{
57
searchTerm = term.trimmed();
58
invalidate();
59
}
60
61
bool FilterModel::filterAcceptsRow(int sourceRow, const QModelIndex &sourceParent) const
62
{
Callers
1
triggerSearch
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected