| 378 | |
| 379 | |
| 380 | void 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 | |
| 387 | void PackProfile::updateFailed(const QString& error) |
| 388 | { |