MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / setNotes

Method setNotes

launcher/BaseInstance.cpp:321–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319}
320
321void BaseInstance::setNotes(QString val)
322{
323 //FIXME: if no change, do not set. setting involves saving a file.
324 m_settings->set("notes", val);
325}
326
327QString BaseInstance::notes() const
328{

Callers 1

applyMethod · 0.80

Calls 1

setMethod · 0.45

Tested by

no test coverage detected