MCPcopy 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
52bool NotesPage::apply()
53{
54 m_inst->setNotes(ui->noteEditor->toPlainText());
55 return true;
56}
57
58void NotesPage::retranslate()
59{

Callers

nothing calls this directly

Calls 2

setNotesMethod · 0.80
toPlainTextMethod · 0.80

Tested by

no test coverage detected