Update OptionsNetwork.cpp

typo fix
This commit is contained in:
offhub 2024-04-12 20:04:30 +03:00
parent cd5104e678
commit f2796192dd
No known key found for this signature in database
GPG Key ID: 7B12A8941851DA59
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ void COptionsWindow::CreateNetwork()
ui.cmbProtFwTest->addItem(tr("ICMP"), (int)eIcmp);
connect(ui.btnClearFwTest, SIGNAL(clicked(bool)), this, SLOT(OnClearNetFwTest()));
connect(ui.chkBlockDns, SIGNAL(clicked(bool)), this, SLOT(OnBlockDNS()));
connect(ui.chkBlockDns, SIGNAL(clicked(bool)), this, SLOT(OnBlockDns()));
connect(ui.chkBlockSamba, SIGNAL(clicked(bool)), this, SLOT(OnBlockSamba()));
}