Fixed merge
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
cb2671a02c
commit
222a10891c
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ void FlamePackExportTask::makeApiRequest()
|
||||||
fingerprints.push_back(murmur.toUInt());
|
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] {
|
connect(task.get(), &Task::succeeded, this, [this, response] {
|
||||||
QJsonParseError parse_error{};
|
QJsonParseError parse_error{};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue