refactor: move functions to utils + code-review fixes
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
parent
d0b6f0124b
commit
62a402d05a
10 changed files with 194 additions and 146 deletions
|
@ -846,7 +846,7 @@ void PackInstallTask::downloadMods()
|
|||
emitFailed(reason);
|
||||
});
|
||||
connect(jobPtr.get(), &NetJob::progress, [&](qint64 current, qint64 total)
|
||||
{
|
||||
{
|
||||
setDetails(tr("%1 out of %2 complete").arg(current).arg(total));
|
||||
abortable = true;
|
||||
setProgress(current, total);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue