- Timestamp:
- Jul 28, 2021 2:38:06 PM (3 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/notificationcenter
- Files:
-
- 2 edited
-
UINotificationCenter.cpp (modified) (1 diff)
-
UINotificationModel.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/notificationcenter/UINotificationCenter.cpp
r90289 r90371 138 138 } 139 139 140 /* */140 /* Call to base-class: */ 141 141 return QWidget::event(pEvent); 142 142 } -
trunk/src/VBox/Frontends/VirtualBox/src/notificationcenter/UINotificationModel.cpp
r90288 r90371 61 61 { 62 62 /* Remove ID and object: */ 63 m_objects.remove(uId);63 delete m_objects.take(uId); 64 64 m_ids.removeAll(uId); 65 65 /* Notify listeners: */
Note:
See TracChangeset
for help on using the changeset viewer.

