MCPcopy 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
242void LaunchProfile::applyProblemSeverity(ProblemSeverity severity)
243{
244 if (m_problemSeverity < severity) {
245 m_problemSeverity = severity;
246 }
247}
248
249const QList<PatchProblem> LaunchProfile::getProblems() const
250{

Callers 2

applyToMethod · 0.80
applyToMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected