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

Method updateSucceeded

launcher/minecraft/PackProfile.cpp:380–385  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

378
379
380void PackProfile::updateSucceeded()
381{
382 qDebug() << "Component list update/resolve task succeeded for" << d->m_instance->name();
383 d->m_updateTask.reset();
384 invalidateLaunchProfile();
385}
386
387void PackProfile::updateFailed(const QString& error)
388{

Callers

nothing calls this directly

Calls 2

nameMethod · 0.45
resetMethod · 0.45

Tested by

no test coverage detected