Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
252
void Component::setImportant(bool state)
253
{
254
if (m_important != state) {
255
m_important = state;
256
emit dataChanged();
257
}
258
}
259
260
ProblemSeverity Component::getProblemSeverity() const
261
{
Callers
1
setComponentVersion
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected