Changeset 105543 in vbox
- Timestamp:
- Jul 30, 2024 12:51:56 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvd/UIWizardNewVDExpertPage.cpp
r105542 r105543 58 58 QVBoxLayout *pMainLayout = new QVBoxLayout(this); 59 59 m_pSizeAndPathGroup = new UIMediumSizeAndPathGroupBox(true /* fExpertMode */, 0 /* parent */,uDiskMinimumSize); 60 m_pFormatComboBox = new UIDiskFormatsComboBox(true /* fExpertMode */, KDeviceType_HardDisk, 0);60 m_pFormatComboBox = new UIDiskFormatsComboBox(true /* fExpertMode */, enmDeviceType, 0); 61 61 m_pVariantWidget = new UIDiskVariantWidget(0); 62 62
Note:
See TracChangeset
for help on using the changeset viewer.