VirtualBox

Changeset 51996 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Jul 11, 2014 3:36:15 PM (10 years ago)
Author:
vboxsync
Message:

FE/Qt: 6660: Advanced extra-data management framework: Notify Runtime UI about status-bar configuration change.

Location:
trunk/src/VBox/Frontends/VirtualBox/src/extradata
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataManager.cpp

    r51953 r51996  
    31273127             && strMachineID == vboxGlobal().managedVMUuid())
    31283128    {
     3129        /* Status-bar configuration change: */
     3130        if (strKey == GUI_RestrictedStatusBarIndicators)
     3131            emit sigStatusBarConfigurationChange();
    31293132        /* HID LEDs sync state changed (allowed if not restricted)? */
    3130         if (strKey == GUI_HidLedsSync)
     3133        else if (strKey == GUI_HidLedsSync)
    31313134            emit sigHidLedsSyncStateChange(!isFeatureRestricted(strKey, strMachineID));
    31323135#ifdef Q_WS_MAC
  • trunk/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataManager.h

    r51953 r51996  
    6767    /** Notifies about Runtime UI keyboard shortcut change. */
    6868    void sigRuntimeUIShortcutChange();
     69
     70    /** Notifies about status-bar configuration change. */
     71    void sigStatusBarConfigurationChange();
    6972
    7073    /** Notifies about HID LEDs synchronization state change. */
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