Merge branch 'dbus-interface' of http://gitlab2.kylin.com/kylin-desktop/kylin-nm into 1027-cc
This commit is contained in:
commit
9e172ffaa5
|
@ -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