VirtualBox

Changeset 99091 in vbox for trunk


Ignore:
Timestamp:
Mar 21, 2023 3:28:29 PM (23 months ago)
Author:
vboxsync
Message:

FE/Qt: bugref:10322: Runtime UI: Network status-bar indicator stuff forgotten in r156448.

Location:
trunk/src/VBox/Frontends/VirtualBox/src/runtime
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineDefs.h

    r98984 r99091  
    5353    UIVisualElement_FDStuff               = RT_BIT(5),
    5454    UIVisualElement_AudioStuff            = RT_BIT(6),
    55     UIVisualElement_NetworkStuff          = RT_BIT(7),
    5655    UIVisualElement_USBStuff              = RT_BIT(8),
    5756    UIVisualElement_SharedFolderStuff     = RT_BIT(9),
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineWindowNormal.cpp

    r98952 r99091  
    113113}
    114114
    115 void UIMachineWindowNormal::sltNetworkAdapterChange()
    116 {
    117     /* Update network stuff: */
    118     updateAppearanceOf(UIVisualElement_NetworkStuff);
    119 }
    120 
    121115void UIMachineWindowNormal::sltSharedFolderChange()
    122116{
     
    263257    connect(machineLogic()->uimachine(), &UIMachine::sigAudioAdapterChange,
    264258            this, &UIMachineWindowNormal::sltAudioAdapterChange);
    265     connect(machineLogic()->uimachine(), &UIMachine::sigNetworkAdapterChange,
    266             this, &UIMachineWindowNormal::sltNetworkAdapterChange);
    267259    connect(machineLogic()->uimachine(), &UIMachine::sigSharedFolderChange,
    268260            this, &UIMachineWindowNormal::sltSharedFolderChange);
     
    465457    disconnect(machineLogic()->uimachine(), &UIMachine::sigUSBDeviceStateChange,
    466458               this, &UIMachineWindowNormal::sltUSBDeviceStateChange);
    467     disconnect(machineLogic()->uimachine(), &UIMachine::sigNetworkAdapterChange,
    468                this, &UIMachineWindowNormal::sltNetworkAdapterChange);
    469459    disconnect(machineLogic()->uimachine(), &UIMachine::sigAudioAdapterChange,
    470460               this, &UIMachineWindowNormal::sltAudioAdapterChange);
     
    743733            if (iElement & UIVisualElement_AudioStuff)
    744734                m_pIndicatorsPool->updateAppearance(IndicatorType_Audio);
    745             if (iElement & UIVisualElement_NetworkStuff)
    746                 m_pIndicatorsPool->updateAppearance(IndicatorType_Network);
    747735            if (iElement & UIVisualElement_USBStuff)
    748736                m_pIndicatorsPool->updateAppearance(IndicatorType_USB);
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineWindowNormal.h

    r98952 r99091  
    6767    /** Handles audio adapter change event. */
    6868    void sltAudioAdapterChange();
    69     /** Handles network adapter change event. */
    70     void sltNetworkAdapterChange();
    7169    /** Handles shared folder change event. */
    7270    void sltSharedFolderChange();
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