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

Method setImportant

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

Source from the content-addressed store, hash-verified

250}
251
252void Component::setImportant(bool state)
253{
254 if (m_important != state) {
255 m_important = state;
256 emit dataChanged();
257 }
258}
259
260ProblemSeverity Component::getProblemSeverity() const
261{

Callers 1

setComponentVersionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected