Merge branch 'dbus-interface-f' into 'dbus-interface'
Fixbug#86107 when clicked the connectbutton the enterprisepage closed... See merge request kylin-desktop/kylin-nm!377
This commit is contained in:
commit
624c310250
|
@ -168,6 +168,7 @@ void EnterpriseWlanDialog::onBtnConnectClicked()
|
||||||
} else {
|
} else {
|
||||||
qWarning() << "Connect enterprise wlan failed!(Unknown eap type)" << Q_FUNC_INFO << __LINE__;
|
qWarning() << "Connect enterprise wlan failed!(Unknown eap type)" << Q_FUNC_INFO << __LINE__;
|
||||||
}
|
}
|
||||||
|
close();
|
||||||
}
|
}
|
||||||
|
|
||||||
void EnterpriseWlanDialog::onEapTypeChanged(const KyEapMethodType &type)
|
void EnterpriseWlanDialog::onEapTypeChanged(const KyEapMethodType &type)
|
||||||
|
|
Loading…
Reference in New Issue