Clean up minor warning

pull/1/head
Timothy Pearson 11 years ago
parent 0dc62c7ad7
commit f62332d1fb

@ -601,7 +601,9 @@ WirelessSecurityEAPImpl::WirelessSecurityEAPImpl(TDEWiFiConnection* security_set
// preselect the correct method
TQBiDirectionalMap<int, TDENetworkIEEE8021xType::TDENetworkIEEE8021xType>::Iterator it = _eapIndexMap.findData(_security_setting->eapConfig.type);
cboMethod->setCurrentItem(it.key());
if (it != _eapIndexMap.end()) {
cboMethod->setCurrentItem(it.key());
}
// update phase2 combobox
_phase2_widget->setAllowedPhase2Methods(_security_setting->eapConfig.allowedPhase2EAPMethods);

Loading…
Cancel
Save