1
0
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:
Megamouse 2018-05-19 20:09:29 +02:00 committed by Ani
parent bf2f00a163
commit 67637dfaa4

View File

@ -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)