mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-02-01 04:51:49 +01:00
Qt: Fix compat download exception
This commit is contained in:
parent
bf2f00a163
commit
67637dfaa4
@ -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…
x
Reference in New Issue
Block a user