Fix:bug#90703 Click on details page when the password input box is displayed,the password input box does not close
This commit is contained in:
parent
5f3c1e923f
commit
cdc10ba553
|
@ -1305,6 +1305,7 @@ void WlanPage::showNonePwd()
|
|||
QListWidgetItem *p_listWidgetItem = iter.value();
|
||||
WlanListItem *p_wlanItem = (WlanListItem*)m_inactivatedNetListWidget->itemWidget(p_listWidgetItem);
|
||||
p_wlanItem->forgetPwd();
|
||||
p_wlanItem->setExpanded(false);
|
||||
}
|
||||
}
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue