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

Method setIconKey

launcher/BaseInstance.cpp:332–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

330}
331
332void BaseInstance::setIconKey(QString val)
333{
334 //FIXME: if no change, do not set. setting involves saving a file.
335 m_settings->set("iconKey", val);
336 emit propertiesChanged(this);
337}
338
339QString BaseInstance::iconKey() const
340{

Callers 10

processMultiMCMethod · 0.80
copyFinishedMethod · 0.80
installMethod · 0.80
installMethod · 0.80
runMethod · 0.80
createInstanceMethod · 0.80
installMethod · 0.80
createInstanceMethod · 0.80
createInstanceMethod · 0.80

Calls 1

setMethod · 0.45

Tested by

no test coverage detected