Changeset 48516 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Sep 18, 2013 11:33:37 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp
r48515 r48516 200 200 sltAdditionsStateChanged(); 201 201 sltMouseCapabilityChanged(); 202 sltSwitchKeyboardLedsToGuestLeds(); 202 203 203 204 #ifdef VBOX_WITH_DEBUGGER_GUI … … 212 213 void UIMachineLogic::cleanup() 213 214 { 215 /* Deinitialization: */ 216 sltSwitchKeyboardLedsToPreviousLeds(); 217 214 218 #ifdef VBOX_WITH_DEBUGGER_GUI 215 219 /* Cleanup debugger: */
Note:
See TracChangeset
for help on using the changeset viewer.