Changeset 104597 in vbox
- Timestamp:
- May 13, 2024 1:34:04 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIActionPool.cpp
r104592 r104597 3647 3647 3648 3648 /* Invalidate all known menus: */ 3649 const QList<int> constupdateHandlerKeys = m_menuUpdateHandlers.keys();3649 const QList<int> updateHandlerKeys = m_menuUpdateHandlers.keys(); 3650 3650 m_invalidations.unite(QSet<int>(updateHandlerKeys.begin(), updateHandlerKeys.end())); 3651 3651
Note:
See TracChangeset
for help on using the changeset viewer.