Update
This commit is contained in:
parent
7b747299fc
commit
dda47e0cd1
|
@ -518,13 +518,13 @@ void ConfForm::on_leAddr_ipv6_textChanged(const QString &arg1)
|
|||
//编辑网络网关
|
||||
void ConfForm::on_leGateway_textEdited(const QString &arg1)
|
||||
{
|
||||
//this->setEnableOfBtn();
|
||||
this->setEnableOfBtn();
|
||||
}
|
||||
|
||||
//编辑网络DNS
|
||||
void ConfForm::on_leDns_textEdited(const QString &arg1)
|
||||
{
|
||||
//this->setEnableOfBtn();
|
||||
this->setEnableOfBtn();
|
||||
}
|
||||
|
||||
//编辑网络备用DNS
|
||||
|
|
Loading…
Reference in New Issue