Changeset 51996 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Jul 11, 2014 3:36:15 PM (10 years ago)
- 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 3127 3127 && strMachineID == vboxGlobal().managedVMUuid()) 3128 3128 { 3129 /* Status-bar configuration change: */ 3130 if (strKey == GUI_RestrictedStatusBarIndicators) 3131 emit sigStatusBarConfigurationChange(); 3129 3132 /* HID LEDs sync state changed (allowed if not restricted)? */ 3130 if (strKey == GUI_HidLedsSync)3133 else if (strKey == GUI_HidLedsSync) 3131 3134 emit sigHidLedsSyncStateChange(!isFeatureRestricted(strKey, strMachineID)); 3132 3135 #ifdef Q_WS_MAC -
trunk/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataManager.h
r51953 r51996 67 67 /** Notifies about Runtime UI keyboard shortcut change. */ 68 68 void sigRuntimeUIShortcutChange(); 69 70 /** Notifies about status-bar configuration change. */ 71 void sigStatusBarConfigurationChange(); 69 72 70 73 /** Notifies about HID LEDs synchronization state change. */
Note:
See TracChangeset
for help on using the changeset viewer.