VirtualBox

Changeset 90024 in vbox


Ignore:
Timestamp:
Jul 5, 2021 12:16:59 PM (4 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:8161: Runtime UI: No settings save call for machine-logic; Last part related to LED stuff moved to commitData handler as well as it uses deinit extra-data stuff.

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  
    218218void UIMachineLogic::cleanup()
    219219{
    220     /* Save settings: */
    221     saveSettings();
    222 
    223220#ifdef VBOX_WITH_DEBUGGER_GUI
    224221    /* Cleanup debugger: */
     
    15171514}
    15181515
    1519 void UIMachineLogic::saveSettings()
    1520 {
    1521     /* HID LEDs sync deinitialization: */
    1522     sltSwitchKeyboardLedsToPreviousLeds();
    1523 }
    1524 
    15251516#ifdef VBOX_WITH_DEBUGGER_GUI
    15261517void UIMachineLogic::cleanupDebugger()
     
    28492840    sltCloseVMInformationDialog();
    28502841    sltCloseSoftKeyboard();
     2842    sltSwitchKeyboardLedsToPreviousLeds();
    28512843}
    28522844
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.h

    r89816 r90024  
    246246
    247247    /* Cleanup helpers: */
    248     virtual void saveSettings();
    249248#ifdef VBOX_WITH_DEBUGGER_GUI
    250249    virtual void cleanupDebugger();
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette