Changeset 103577 in vbox
- Timestamp:
- Feb 26, 2024 5:21:21 PM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIActionPool.cpp
r103552 r103577 697 697 } 698 698 699 /** Returns defaultshortcut. */700 virtual QKeySequence defaultShortcut(UIType enmActionPoolType) const RT_OVERRIDE699 /** Returns standard shortcut. */ 700 virtual QKeySequence standardShortcut(UIType enmActionPoolType) const RT_OVERRIDE 701 701 { 702 702 switch (enmActionPoolType)
Note:
See TracChangeset
for help on using the changeset viewer.