MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / notes

Method notes

launcher/BaseInstance.cpp:365–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

363}
364
365QString BaseInstance::notes() const
366{
367 return m_settings->get("notes").toString();
368}
369
370void BaseInstance::setIconKey(QString val)
371{

Callers 1

NotesPageMethod · 0.80

Calls 2

toStringMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected