MCPcopy 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}
177void ModPage::setSearchTerm(QString term)
178{
179 ui->searchEdit->setText(term);
180}
181
182void ModPage::onSelectionChanged(QModelIndex curr, QModelIndex prev)
183{

Callers 1

selectedPageChangedMethod · 0.45

Calls 1

setTextMethod · 0.45

Tested by

no test coverage detected