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

Method notes

launcher/BaseInstance.cpp:327–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325}
326
327QString BaseInstance::notes() const
328{
329 return m_settings->get("notes").toString();
330}
331
332void BaseInstance::setIconKey(QString val)
333{

Callers 1

NotesPageMethod · 0.80

Calls 2

toStringMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected