MCPcopy 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
55void FilterModel::setSearchTerm(const QString& term)
56{
57 searchTerm = term.trimmed();
58 invalidate();
59}
60
61bool FilterModel::filterAcceptsRow(int sourceRow, const QModelIndex &sourceParent) const
62{

Callers 1

triggerSearchMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected