Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
321
void 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
327
QString BaseInstance::notes() const
328
{
Callers
1
apply
Method · 0.80
Calls
1
set
Method · 0.45
Tested by
no test coverage detected