mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
DolphinQt: Fix some warnings
This commit is contained in:
parent
6962d5bc52
commit
f908612452
4 changed files with 5 additions and 5 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue