Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ apply
Method
apply
launcher/ui/pages/instance/NotesPage.cpp:52–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
}
51
52
bool NotesPage::apply()
53
{
54
m_inst->setNotes(ui->noteEditor->toPlainText());
55
return true;
56
}
57
58
void NotesPage::retranslate()
59
{
Callers
nothing calls this directly
Calls
2
setNotes
Method · 0.80
toPlainText
Method · 0.80
Tested by
no test coverage detected