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

Method setName

launcher/BaseInstance.cpp:382–387  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

380}
381
382void BaseInstance::setName(QString val)
383{
384 // FIXME: if no change, do not set. setting involves saving a file.
385 m_settings->set("name", val);
386 emit propertiesChanged(this);
387}
388
389QString BaseInstance::name() const
390{

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