aboutsummaryrefslogtreecommitdiff
path: root/launcher/modplatform/helpers
diff options
context:
space:
mode:
authorTrial97 <alexandru.tripon97@gmail.com>2023-06-23 22:41:01 +0300
committerTrial97 <alexandru.tripon97@gmail.com>2023-06-23 22:41:01 +0300
commit823cd3862d15f8e9d47cdc5fc8662a20f774567a (patch)
tree5c86ab33fabdf85bb724cfdb3efc63cbe05a297d /launcher/modplatform/helpers
parent222a10891c103d1357448d6aaff5da8d94e576af (diff)
downloadPrismLauncher-823cd3862d15f8e9d47cdc5fc8662a20f774567a.tar.gz
PrismLauncher-823cd3862d15f8e9d47cdc5fc8662a20f774567a.tar.bz2
PrismLauncher-823cd3862d15f8e9d47cdc5fc8662a20f774567a.zip
Fixed hash checking
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
Diffstat (limited to 'launcher/modplatform/helpers')
-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);
}
}