MCPcopy Create free account
hub / github.com/MultiMC/Launcher / setName

Method setName

launcher/BaseInstance.cpp:250–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248}
249
250void BaseInstance::setName(QString val)
251{
252 //FIXME: if no change, do not set. setting involves saving a file.
253 m_settings->set("name", val);
254 emit propertiesChanged(this);
255}
256
257QString BaseInstance::name() const
258{

Callers 5

executeTaskMethod · 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