Changeset 93645 in vbox for trunk/src/VBox
- Timestamp:
- Feb 8, 2022 7:04:30 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVM.cpp
r93642 r93645 715 715 AssertReturnVoid(!m_comUnattended.isNull()); 716 716 m_comUnattended.SetIsoPath(strISOFilePath); 717 /* We hide/show unattended install page depending on the value of isUnattendedEnabled: */718 setUnattendedPageVisible(isUnattendedEnabled());719 717 AssertReturnVoid(checkUnattendedInstallError(m_comUnattended)); 720 718 … … 726 724 qIndices << indices[i]; 727 725 setDetectedWindowsImageNamesAndIndices(m_comUnattended.GetDetectedImageNames(), qIndices); 726 /* We hide/show unattended install page depending on the value of isUnattendedEnabled: */ 727 setUnattendedPageVisible(isUnattendedEnabled()); 728 728 } 729 729
Note:
See TracChangeset
for help on using the changeset viewer.