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

Method setGroup

launcher/InstanceTask.h:42–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 void setIcon(const QString& icon) { m_instIcon = icon; }
41
42 void setGroup(const QString& group) { m_instGroup = group; }
43 QString group() const { return m_instGroup; }
44
45 bool shouldOverride() const { return m_override_existing; }

Callers 4

processFlameMethod · 0.80
processModrinthMethod · 0.80
extractTaskMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected