- Timestamp:
- Sep 16, 2015 3:41:50 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIActionPool.cpp
r56150 r57785 463 463 } 464 464 465 QKeySequence defaultShortcut(UIActionPoolType) const 466 { 467 return QKeySequence("Q"); 465 QKeySequence defaultShortcut(UIActionPoolType actionPoolType) const 466 { 467 switch (actionPoolType) 468 { 469 case UIActionPoolType_Selector: break; 470 case UIActionPoolType_Runtime: return QKeySequence("Q"); 471 } 472 return QKeySequence(); 468 473 } 469 474
Note:
See TracChangeset
for help on using the changeset viewer.