MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / updateFailed

Method updateFailed

launcher/minecraft/PackProfile.cpp:365–370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

363}
364
365void PackProfile::updateFailed(const QString& error)
366{
367 qCDebug(instanceProfileC) << d->m_instance->name() << "|" << "Component list update/resolve task failed " << "Reason:" << error;
368 d->m_updateTask.reset();
369 invalidateLaunchProfile();
370}
371
372// END: save/load
373

Callers

nothing calls this directly

Calls 2

nameMethod · 0.45
resetMethod · 0.45

Tested by

no test coverage detected