aboutsummaryrefslogtreecommitdiff
path: root/launcher/modplatform/helpers/HashUtils.cpp
diff options
context:
space:
mode:
authorTrial97 <alexandru.tripon97@gmail.com>2023-06-23 14:38:23 +0300
committerTrial97 <alexandru.tripon97@gmail.com>2023-06-23 14:38:23 +0300
commit67db141203864123f65d93723e7eed43328b8d97 (patch)
tree7442c9bdb2bc452c97b00e0d984692d7823884b5 /launcher/modplatform/helpers/HashUtils.cpp
parentb2ed2bf810eb32f96e143d235ba9c0931af3697b (diff)
downloadPrismLauncher-67db141203864123f65d93723e7eed43328b8d97.tar.gz
PrismLauncher-67db141203864123f65d93723e7eed43328b8d97.tar.bz2
PrismLauncher-67db141203864123f65d93723e7eed43328b8d97.zip
Renamed getResults to resultsReady
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
Diffstat (limited to 'launcher/modplatform/helpers/HashUtils.cpp')
-rw-r--r--launcher/modplatform/helpers/HashUtils.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/modplatform/helpers/HashUtils.cpp b/launcher/modplatform/helpers/HashUtils.cpp
index 6df1eaf9..7d188a2f 100644
--- a/launcher/modplatform/helpers/HashUtils.cpp
+++ b/launcher/modplatform/helpers/HashUtils.cpp
@@ -71,7 +71,7 @@ void ModrinthHasher::executeTask()
emitFailed("Empty hash!");
} else {
emitSucceeded();
- emit getResults(m_hash);
+ emit resultsReady(m_hash);
}
}