Fixbug#86107 when clicked the connectbutton the enterprisepage closed http://172.17.66.192/biz/bug-view-86107.html
This commit is contained in:
parent
f0af8dc67d
commit
5f7d9ea641
|
@ -168,6 +168,7 @@ void EnterpriseWlanDialog::onBtnConnectClicked()
|
|||
} else {
|
||||
qWarning() << "Connect enterprise wlan failed!(Unknown eap type)" << Q_FUNC_INFO << __LINE__;
|
||||
}
|
||||
close();
|
||||
}
|
||||
|
||||
void EnterpriseWlanDialog::onEapTypeChanged(const KyEapMethodType &type)
|
||||
|
|
Loading…
Reference in New Issue