Changeset 96804 in vbox
- Timestamp:
- Sep 20, 2022 3:38:00 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 153695
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/settings
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/editors/UIStorageSettingsEditor.cpp
r96630 r96804 2827 2827 : QIWithRetranslateUI<QWidget>(pParent) 2828 2828 , m_fLoadingInProgress(0) 2829 , m_enmConfigurationAccessLevel(ConfigurationAccessLevel_Null) 2829 2830 , m_pActionPool(0) 2830 2831 , m_pModelStorage(0) -
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSystem.cpp
r96799 r96804 68 68 , m_bootItems(UIBootItemDataList()) 69 69 , m_chipsetType(KChipsetType_Null) 70 , m_tpmType(KTpmType_None) 70 71 , m_pointingHIDType(KPointingHIDType_None) 71 72 , m_fEnabledIoApic(false)
Note:
See TracChangeset
for help on using the changeset viewer.