Merge branch 'dbus-interface' of http://gitlab2.kylin.com/kylin-desktop/kylin-nm into 1027-cc

This commit is contained in:
jzxc95 2021-11-03 17:52:44 +08:00
commit 9e172ffaa5
1 changed files with 1 additions and 0 deletions

View File

@ -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)