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

Method getProblems

launcher/minecraft/Component.cpp:242–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240}
241
242const QList<PatchProblem> Component::getProblems() const
243{
244 auto file = getVersionFile();
245 if(file)
246 {
247 return file->getProblems();
248 }
249 return {{ProblemSeverity::Error, QObject::tr("Patch is not loaded yet.")}};
250}
251
252void Component::setVersion(const QString& version)
253{

Callers 1

packageCurrentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected