Changeset 90024 in vbox
- Timestamp:
- Jul 5, 2021 12:16:59 PM (4 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/runtime
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp
r89816 r90024 218 218 void UIMachineLogic::cleanup() 219 219 { 220 /* Save settings: */221 saveSettings();222 223 220 #ifdef VBOX_WITH_DEBUGGER_GUI 224 221 /* Cleanup debugger: */ … … 1517 1514 } 1518 1515 1519 void UIMachineLogic::saveSettings()1520 {1521 /* HID LEDs sync deinitialization: */1522 sltSwitchKeyboardLedsToPreviousLeds();1523 }1524 1525 1516 #ifdef VBOX_WITH_DEBUGGER_GUI 1526 1517 void UIMachineLogic::cleanupDebugger() … … 2849 2840 sltCloseVMInformationDialog(); 2850 2841 sltCloseSoftKeyboard(); 2842 sltSwitchKeyboardLedsToPreviousLeds(); 2851 2843 } 2852 2844 -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.h
r89816 r90024 246 246 247 247 /* Cleanup helpers: */ 248 virtual void saveSettings();249 248 #ifdef VBOX_WITH_DEBUGGER_GUI 250 249 virtual void cleanupDebugger();
Note:
See TracChangeset
for help on using the changeset viewer.