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

Method setName

launcher/BaseInstance.cpp:344–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

342}
343
344void BaseInstance::setName(QString val)
345{
346 //FIXME: if no change, do not set. setting involves saving a file.
347 m_settings->set("name", val);
348 emit propertiesChanged(this);
349}
350
351QString BaseInstance::name() const
352{

Callers 5

processFlameMethod · 0.45
processMultiMCMethod · 0.45
processModrinthMethod · 0.45
copyFinishedMethod · 0.45
setDataMethod · 0.45

Calls 1

setMethod · 0.45

Tested by

no test coverage detected