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
1 changed files with 1 additions and 1 deletions

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)