Changeset 44733 in vbox for trunk/src/VBox
- Timestamp:
- Feb 18, 2013 1:44:15 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 83836
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/globals
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIShortcutPool.cpp
r44660 r44733 126 126 m_shortcuts[strShortcutKey].setSequence(overrides[strShortcutKey]); 127 127 } 128 /* Notify pools about shortcuts reloaded: */ 129 emit sigSelectorShortcutsReloaded(); 130 emit sigMachineShortcutsReloaded(); 128 /* Save overrides: */ 129 saveOverrides(); 131 130 } 132 131 … … 227 226 } 228 227 229 void UIShortcutPool::cleanup()230 {231 /* Save overrides: */232 saveOverrides();233 }234 235 228 void UIShortcutPool::loadDefaults() 236 229 { -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIShortcutPool.h
r44587 r44733 116 116 117 117 /* Helper: Cleanup stuff: */ 118 void cleanup() ;118 void cleanup() {} 119 119 120 120 /* Helpers: Shortcuts stuff: */
Note:
See TracChangeset
for help on using the changeset viewer.