Changeset 71936 in vbox for trunk/src/VBox
- Timestamp:
- Apr 20, 2018 12:02:33 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/selector/UIActionPoolSelector.cpp
r71644 r71936 676 676 } 677 677 678 #if 0 /* conflict with RenameVMGroup action to be resolved first */ 678 679 /** Returns default shortcut. */ 679 680 virtual QKeySequence defaultShortcut(UIActionPoolType) const /* override */ … … 681 682 return QKeySequence("Ctrl+M"); 682 683 } 684 #endif /* conflict with RenameVMGroup action to be resolved first */ 683 685 684 686 /** Handles translation event. */
Note:
See TracChangeset
for help on using the changeset viewer.