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

Method setImportant

launcher/minecraft/Component.cpp:258–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256}
257
258void Component::setImportant(bool state)
259{
260 if(m_important != state)
261 {
262 m_important = state;
263 emit dataChanged();
264 }
265}
266
267ProblemSeverity Component::getProblemSeverity() const
268{

Callers 1

setComponentVersionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected