VirtualBox

Changeset 78600 in vbox


Ignore:
Timestamp:
May 20, 2019 2:59:06 PM (6 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9446: Forgotten variables initialization in r130585.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsNetwork.cpp

    r78540 r78600  
    6969        , m_strMACAddress(QString())
    7070        , m_fCableConnected(false)
     71        , m_enmRestrictedNetworkAttachmentTypes(UIExtraDataMetaDefs::DetailsElementOptionTypeNetwork_Invalid)
    7172    {}
    7273
     
    235236    , m_pParent(pParent)
    236237    , m_iSlot(-1)
     238    , m_enmRestrictedNetworkAttachmentTypes(UIExtraDataMetaDefs::DetailsElementOptionTypeNetwork_Invalid)
    237239{
    238240    /* Apply UI decorations: */
     
    310312    /* Cache the restricted metwork attachment types to avoid re-reading them from the extra data: */
    311313    m_enmRestrictedNetworkAttachmentTypes = oldAdapterData.m_enmRestrictedNetworkAttachmentTypes;
    312     /* Re-apply language settings: */
    313     retranslateUi();
     314
     315    /* Repopulate combo-boxes content: */
     316    populateComboboxes();
     317    /* Reapply attachment info: */
     318    sltHandleAttachmentTypeChange();
    314319}
    315320
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