Signed-off-by: lumiscosity <averyrudelphe@gmail.com>
(cherry picked from commit eb8e150fa804f0b34b21d7a95e840516cd119c97)
This commit is contained in:
lumiscosity 2023-12-16 13:00:22 +01:00 committed by github-actions[bot]
parent a108a01be7
commit 199312dd5a

View File

@ -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)