mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-01-31 19:55:38 +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(
|
||||
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)
|
||||
return;
|
||||
|
||||
|
|
Loading…
Reference in a new issue