Changeset 99467 in vbox
- Timestamp:
- Apr 19, 2023 7:47:10 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIActionPool.h
r98103 r99467 237 237 UIAction(UIActionPool *pParent, UIActionType enmType, bool fMachineMenuAction = false); 238 238 /** Destructs action. */ 239 virtual ~UIAction() RT_OVERRIDE { delete menu(); }239 virtual ~UIAction() RT_OVERRIDE { delete menu(); setShortcuts(QList<QKeySequence>() /*unregister*/); } 240 240 241 241 /** Returns action-pool this action belongs to. */
Note:
See TracChangeset
for help on using the changeset viewer.

