From 5f7d9ea641fa84ed390a4655589fc2f9ddb09482 Mon Sep 17 00:00:00 2001 From: king Date: Wed, 3 Nov 2021 13:57:40 +0800 Subject: [PATCH] Fixbug#86107 when clicked the connectbutton the enterprisepage closed http://172.17.66.192/biz/bug-view-86107.html --- src/frontend/enterprise-wlan/enterprisewlandialog.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/frontend/enterprise-wlan/enterprisewlandialog.cpp b/src/frontend/enterprise-wlan/enterprisewlandialog.cpp index 9d84189d..b9d1dfdd 100644 --- a/src/frontend/enterprise-wlan/enterprisewlandialog.cpp +++ b/src/frontend/enterprise-wlan/enterprisewlandialog.cpp @@ -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)