diff options
author | Trial97 <alexandru.tripon97@gmail.com> | 2023-06-23 19:41:55 +0300 |
---|---|---|
committer | Trial97 <alexandru.tripon97@gmail.com> | 2023-06-23 19:41:55 +0300 |
commit | 222a10891c103d1357448d6aaff5da8d94e576af (patch) | |
tree | 10edcce6489d6ca7448e912201281265f6c39e73 /launcher/modplatform | |
parent | cb2671a02c38de98c6671842a8bd7dcffcd6441b (diff) | |
download | PrismLauncher-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.cpp | 2 |
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{}; |