aboutsummaryrefslogtreecommitdiff
path: root/launcher
diff options
context:
space:
mode:
authorTrial97 <alexandru.tripon97@gmail.com>2023-06-23 21:38:41 +0300
committerTrial97 <alexandru.tripon97@gmail.com>2023-06-23 21:38:41 +0300
commit28de461067b0fec69ebcb9bdcd213d02244b39bb (patch)
treea319eef487ad3fc537ea0c4d99e0437a237ecb99 /launcher
parent046d510134a0061c0a1fa89fda80355c9e2f11ff (diff)
downloadPrismLauncher-28de461067b0fec69ebcb9bdcd213d02244b39bb.tar.gz
PrismLauncher-28de461067b0fec69ebcb9bdcd213d02244b39bb.tar.bz2
PrismLauncher-28de461067b0fec69ebcb9bdcd213d02244b39bb.zip
Fixed hashers
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
Diffstat (limited to 'launcher')
-rw-r--r--launcher/modplatform/helpers/HashUtils.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/launcher/modplatform/helpers/HashUtils.cpp b/launcher/modplatform/helpers/HashUtils.cpp
index 7d188a2f..6ff1d171 100644
--- a/launcher/modplatform/helpers/HashUtils.cpp
+++ b/launcher/modplatform/helpers/HashUtils.cpp
@@ -89,6 +89,7 @@ void FlameHasher::executeTask()
emitFailed("Empty hash!");
} else {
emitSucceeded();
+ emit resultsReady(m_hash);
}
}
@@ -120,6 +121,7 @@ void BlockedModHasher::executeTask()
emitFailed("Empty hash!");
} else {
emitSucceeded();
+ emit resultsReady(m_hash);
}
}