Changeset 44661 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Feb 12, 2013 4:38:19 PM (12 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/widgets
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIHostComboEditor.cpp
r44654 r44661 266 266 } 267 267 268 QString UIHostCombo::hostComboCacheKey() 269 { 270 return QString(GUI_Input_MachineShortcuts) + "/" + "HostCombo"; 271 } 272 268 273 QString UIHostCombo::toReadableString(const QString &strKeyCombo) 269 274 { -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIHostComboEditor.h
r44656 r44661 44 44 namespace UIHostCombo 45 45 { 46 QString hostComboCacheKey(); 46 47 QString toReadableString(const QString &strKeyCombo); 47 48 QList<int> toKeyCodeList(const QString &strKeyCombo);
Note:
See TracChangeset
for help on using the changeset viewer.