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

Method updateFailed

launcher/minecraft/PackProfile.cpp:387–392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

385}
386
387void PackProfile::updateFailed(const QString& error)
388{
389 qDebug() << "Component list update/resolve task failed for" << d->m_instance->name() << "Reason:" << error;
390 d->m_updateTask.reset();
391 invalidateLaunchProfile();
392}
393
394// END: save/load
395

Callers

nothing calls this directly

Calls 2

nameMethod · 0.45
resetMethod · 0.45

Tested by

no test coverage detected