Changeset 31693 in vbox
- Timestamp:
- Aug 16, 2010 1:17:14 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIKeyboardHandler.cpp
r31108 r31693 1245 1245 ch = 0; 1246 1246 if (ch) 1247 { 1247 1248 QChar c = QString::fromLocal8Bit(&ch, 1)[0]; 1249 processed = machineLogic()->actionsPool()->processHotKey(QKeySequence((Qt::UNICODE_ACCEL + QChar(c).toUpper().unicode()))); 1250 } 1248 1251 } 1249 1252 #elif defined (Q_WS_MAC)
Note:
See TracChangeset
for help on using the changeset viewer.