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

Method setImportant

launcher/minecraft/Component.cpp:223–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221}
222
223void Component::setImportant(bool state)
224{
225 if(m_important != state)
226 {
227 m_important = state;
228 emit dataChanged();
229 }
230}
231
232ProblemSeverity Component::getProblemSeverity() const
233{

Callers 1

setComponentVersionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected