mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 15:01:28 +12:00
Qt: Fix compat download exception
This commit is contained in:
parent
bf2f00a163
commit
67637dfaa4
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ void game_compatibility::RequestCompatibility(bool online)
|
|||
});
|
||||
|
||||
// Handle response according to its contents
|
||||
connect(network_reply, &QNetworkReply::finished, [&]()
|
||||
connect(network_reply, &QNetworkReply::finished, [=]()
|
||||
{
|
||||
// Clean up Progress Dialog
|
||||
if (m_progress_dialog)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue