aboutsummaryrefslogtreecommitdiff
path: root/launcher/modplatform/atlauncher
diff options
context:
space:
mode:
authorRachel Powers <508861+Ryex@users.noreply.github.com>2023-05-06 19:10:58 -0700
committerRachel Powers <508861+Ryex@users.noreply.github.com>2023-05-06 19:10:58 -0700
commit62a402d05aa2b4722201506794fd20e95b05845c (patch)
treebf3944fe4d96c38664fa5e3015cf1f311bc06361 /launcher/modplatform/atlauncher
parentd0b6f0124b41f8e279df5b224c975d03b3631b1e (diff)
downloadPrismLauncher-62a402d05aa2b4722201506794fd20e95b05845c.tar.gz
PrismLauncher-62a402d05aa2b4722201506794fd20e95b05845c.tar.bz2
PrismLauncher-62a402d05aa2b4722201506794fd20e95b05845c.zip
refactor: move functions to utils + code-review fixes
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
Diffstat (limited to 'launcher/modplatform/atlauncher')
-rw-r--r--launcher/modplatform/atlauncher/ATLPackInstallTask.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/modplatform/atlauncher/ATLPackInstallTask.cpp b/launcher/modplatform/atlauncher/ATLPackInstallTask.cpp
index d130914f..96cea7b7 100644
--- a/launcher/modplatform/atlauncher/ATLPackInstallTask.cpp
+++ b/launcher/modplatform/atlauncher/ATLPackInstallTask.cpp
@@ -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);