DolphinQt: Fix some warnings

This commit is contained in:
spycrab
2019-01-25 17:21:38 +01:00
parent 6962d5bc52
commit f908612452
4 changed files with 5 additions and 5 deletions

View File

@ -315,7 +315,7 @@ void NetPlayDialog::ConnectWidgets()
client->AdjustPadBufferSize(value);
});
connect(m_host_input_authority_box, &QCheckBox::toggled, [this](bool checked) {
connect(m_host_input_authority_box, &QCheckBox::toggled, [](bool checked) {
auto server = Settings::Instance().GetNetPlayServer();
if (server)
server->SetHostInputAuthority(checked);