aboutsummaryrefslogtreecommitdiff
path: root/launcher/modplatform
diff options
context:
space:
mode:
authorTrial97 <alexandru.tripon97@gmail.com>2023-06-23 19:41:55 +0300
committerTrial97 <alexandru.tripon97@gmail.com>2023-06-23 19:41:55 +0300
commit222a10891c103d1357448d6aaff5da8d94e576af (patch)
tree10edcce6489d6ca7448e912201281265f6c39e73 /launcher/modplatform
parentcb2671a02c38de98c6671842a8bd7dcffcd6441b (diff)
downloadPrismLauncher-222a10891c103d1357448d6aaff5da8d94e576af.tar.gz
PrismLauncher-222a10891c103d1357448d6aaff5da8d94e576af.tar.bz2
PrismLauncher-222a10891c103d1357448d6aaff5da8d94e576af.zip
Fixed merge
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
Diffstat (limited to 'launcher/modplatform')
-rw-r--r--launcher/modplatform/flame/FlamePackExportTask.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/modplatform/flame/FlamePackExportTask.cpp b/launcher/modplatform/flame/FlamePackExportTask.cpp
index 7130b502..28c62f53 100644
--- a/launcher/modplatform/flame/FlamePackExportTask.cpp
+++ b/launcher/modplatform/flame/FlamePackExportTask.cpp
@@ -143,7 +143,7 @@ void FlamePackExportTask::makeApiRequest()
fingerprints.push_back(murmur.toUInt());
}
- auto task = api.matchFingerprints(fingerprints, response.get());
+ auto task = api.matchFingerprints(fingerprints, response);
connect(task.get(), &Task::succeeded, this, [this, response] {
QJsonParseError parse_error{};