Changeset 78600 in vbox
- Timestamp:
- May 20, 2019 2:59:06 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsNetwork.cpp
r78540 r78600 69 69 , m_strMACAddress(QString()) 70 70 , m_fCableConnected(false) 71 , m_enmRestrictedNetworkAttachmentTypes(UIExtraDataMetaDefs::DetailsElementOptionTypeNetwork_Invalid) 71 72 {} 72 73 … … 235 236 , m_pParent(pParent) 236 237 , m_iSlot(-1) 238 , m_enmRestrictedNetworkAttachmentTypes(UIExtraDataMetaDefs::DetailsElementOptionTypeNetwork_Invalid) 237 239 { 238 240 /* Apply UI decorations: */ … … 310 312 /* Cache the restricted metwork attachment types to avoid re-reading them from the extra data: */ 311 313 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(); 314 319 } 315 320
Note:
See TracChangeset
for help on using the changeset viewer.