Changeset 99469 in vbox
- Timestamp:
- Apr 19, 2023 8:35:51 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 156954
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIActionPool.h
r99467 r99469 237 237 UIAction(UIActionPool *pParent, UIActionType enmType, bool fMachineMenuAction = false); 238 238 /** Destructs action. */ 239 virtual ~UIAction() RT_OVERRIDE { delete menu(); setShortcuts(QList<QKeySequence>() /*unregister*/); }239 virtual ~UIAction() RT_OVERRIDE { delete menu(); QAction::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.