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