MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / getProblems

Method getProblems

launcher/minecraft/Component.cpp:277–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275}
276
277const QList<PatchProblem> Component::getProblems() const
278{
279 auto file = getVersionFile();
280 if(file)
281 {
282 return file->getProblems();
283 }
284 return {{ProblemSeverity::Error, QObject::tr("Patch is not loaded yet.")}};
285}
286
287void Component::setVersion(const QString& version)
288{

Callers 1

packageCurrentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected