mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-03-29 04:20:33 +00: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
|
// Handle response according to its contents
|
||||||
connect(network_reply, &QNetworkReply::finished, [&]()
|
connect(network_reply, &QNetworkReply::finished, [=]()
|
||||||
{
|
{
|
||||||
// Clean up Progress Dialog
|
// Clean up Progress Dialog
|
||||||
if (m_progress_dialog)
|
if (m_progress_dialog)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user