- Timestamp:
- Jul 22, 2021 2:25:20 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/notificationcenter/UINotificationCenter.cpp
r90288 r90289 169 169 { 170 170 /* Cleanup layout first: */ 171 QLayoutItem *pChild; 172 while (pChild = m_pLayoutItems->takeAt(0)) 171 while (QLayoutItem *pChild = m_pLayoutItems->takeAt(0)) 173 172 { 174 173 delete pChild->widget();
Note:
See TracChangeset
for help on using the changeset viewer.