mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-05-31 22:30:15 +02:00
one more
Signed-off-by: lumiscosity <averyrudelphe@gmail.com> (cherry picked from commit eb8e150fa804f0b34b21d7a95e840516cd119c97)
This commit is contained in:
parent
a108a01be7
commit
199312dd5a
@ -238,7 +238,7 @@ void ResourceModel::loadEntry(QModelIndex& entry)
|
|||||||
callbacks.on_abort = [this] {
|
callbacks.on_abort = [this] {
|
||||||
if (!s_running_models.constFind(this).value())
|
if (!s_running_models.constFind(this).value())
|
||||||
return;
|
return;
|
||||||
qCritical() << tr("The request was abborted for an unknown reason");
|
qCritical() << tr("The request was aborted for an unknown reason");
|
||||||
};
|
};
|
||||||
|
|
||||||
if (auto job = m_api->getProjectInfo(std::move(args), std::move(callbacks)); job)
|
if (auto job = m_api->getProjectInfo(std::move(args), std::move(callbacks)); job)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user