Fixed merge
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
cb2671a02c
commit
222a10891c
@ -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{};
|
||||
|
Loading…
Reference in New Issue
Block a user