Changeset 90108 in vbox
- Timestamp:
- Jul 9, 2021 9:43:41 AM (4 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVM.cpp
r90101 r90108 849 849 m_unattendedInstallData.m_strProductKey = m_strProductKey; 850 850 m_unattendedInstallData.m_strGuestAdditionsISOPath = m_strGuestAdditionsISOPath; 851 852 851 m_unattendedInstallData.m_fUnattendedEnabled = isUnattendedEnabled(); 853 852 m_unattendedInstallData.m_fStartHeadless = m_fStartHeadless; 854 853 m_unattendedInstallData.m_fInstallGuestAdditions = m_fInstallGuestAdditions; 855 //m_unattendedInstallData.m_uMachineUid = createdMachineId();854 m_unattendedInstallData.m_uMachineUid = createdMachineId(); 856 855 857 856 return m_unattendedInstallData; -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVM.h
r90090 r90108 71 71 72 72 UIWizardNewVM(QWidget *pParent, const QString &strMachineGroup = QString(), WizardMode enmMode = WizardMode_Auto); 73 /** Returns the Id of newly created VM. */74 QUuid createdMachineId() const;75 73 bool isUnattendedEnabled() const; 76 74 void setDefaultUnattendedInstallData(const UIUnattendedInstallData &unattendedInstallData); … … 175 173 void setFieldsFromDefaultUnttendedInstallData(); 176 174 void setUnattendedPageVisible(bool fVisible); 175 /** Returns the Id of newly created VM. */ 176 QUuid createdMachineId() const; 177 177 178 178 /** @name Variables
Note:
See TracChangeset
for help on using the changeset viewer.