Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ setSearchTerm
Method
setSearchTerm
launcher/ui/pages/modplatform/ModPage.cpp:177–180 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
175
return ui->searchEdit->text();
176
}
177
void ModPage::setSearchTerm(QString term)
178
{
179
ui->searchEdit->setText(term);
180
}
181
182
void ModPage::onSelectionChanged(QModelIndex curr, QModelIndex prev)
183
{
Callers
1
selectedPageChanged
Method · 0.45
Calls
1
setText
Method · 0.45
Tested by
no test coverage detected