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

Method setIconKey

launcher/BaseInstance.cpp:370–375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

368}
369
370void BaseInstance::setIconKey(QString val)
371{
372 // FIXME: if no change, do not set. setting involves saving a file.
373 m_settings->set("iconKey", val);
374 emit propertiesChanged(this);
375}
376
377QString BaseInstance::iconKey() const
378{

Callers 10

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

Calls 1

setMethod · 0.45

Tested by

no test coverage detected