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

Method setIconKey

launcher/BaseInstance.cpp:238–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236}
237
238void BaseInstance::setIconKey(QString val)
239{
240 //FIXME: if no change, do not set. setting involves saving a file.
241 m_settings->set("iconKey", val);
242 emit propertiesChanged(this);
243}
244
245QString BaseInstance::iconKey() const
246{

Callers 9

executeTaskMethod · 0.80
processMultiMCMethod · 0.80
processModrinthMethod · 0.80
copyFinishedMethod · 0.80
installMethod · 0.80
installMethod · 0.80
runMethod · 0.80
copyFinishedMethod · 0.80

Calls 1

setMethod · 0.45

Tested by

no test coverage detected