Changeset 94000 in vbox
- Timestamp:
- Feb 28, 2022 10:49:53 PM (3 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIActionPool.cpp
r93990 r94000 309 309 /* Hide menu if necessary: */ 310 310 if (menu()) 311 setMenu( 0);311 setMenu((QMenu *)0); 312 312 } 313 313 -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UITabBar.cpp
r93999 r94000 802 802 } 803 803 /* Flush wiped out items: */ 804 m_aItems.removeAll( 0);804 m_aItems.removeAll((UITabBarItem *)0); 805 805 806 806 /* If we had removed current item: */
Note:
See TracChangeset
for help on using the changeset viewer.