mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-03-03 22:10:54 +00:00
Qt: Fix warning
This commit is contained in:
parent
e86cf51a48
commit
ecbd693d22
|
@ -193,7 +193,7 @@ std::optional<bool> QtHost::DownloadFile(QWidget* parent, const QString& title,
|
||||||
|
|
||||||
http->CreateRequest(
|
http->CreateRequest(
|
||||||
std::move(url),
|
std::move(url),
|
||||||
[parent, data, &download_result, &progress](s32 status_code, const std::string&, std::vector<u8> hdata) {
|
[parent, data, &download_result](s32 status_code, const std::string&, std::vector<u8> hdata) {
|
||||||
if (status_code == HTTPDownloader::HTTP_STATUS_CANCELLED)
|
if (status_code == HTTPDownloader::HTTP_STATUS_CANCELLED)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue