forked from Github/PrismLauncher
one more
Signed-off-by: lumiscosity <averyrudelphe@gmail.com>
(cherry picked from commit eb8e150fa8)
This commit is contained in:
parent
a108a01be7
commit
199312dd5a
1 changed files with 1 additions and 1 deletions
|
|
@ -238,7 +238,7 @@ void ResourceModel::loadEntry(QModelIndex& entry)
|
|||
callbacks.on_abort = [this] {
|
||||
if (!s_running_models.constFind(this).value())
|
||||
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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue