Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreesmTeam/FreesmLauncher
/ applyProblemSeverity
Method
applyProblemSeverity
launcher/minecraft/LaunchProfile.cpp:242–247 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
240
}
241
242
void LaunchProfile::applyProblemSeverity(ProblemSeverity severity)
243
{
244
if (m_problemSeverity < severity) {
245
m_problemSeverity = severity;
246
}
247
}
248
249
const QList<PatchProblem> LaunchProfile::getProblems() const
250
{
Callers
2
applyTo
Method · 0.80
applyTo
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected