Changeset 84870 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Jun 18, 2020 10:59:54 AM (5 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
r84869 r84870 461 461 } 462 462 463 QUuid UIWizardNewVM::createdMachineId() const 464 { 465 if (m_machine.isOk()) 466 return m_machine.GetId(); 467 return QUuid(); 468 } 469 463 470 QString UIWizardNewVM::unattendedISOFilePath() const 464 471 { -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVM.h
r84869 r84870 58 58 59 59 /** Returns the Id of newly created VM. */ 60 QUuid createdMachineId() const { return m_machine.GetId(); }60 QUuid createdMachineId() const; 61 61 QString unattendedISOFilePath() const; 62 62 bool isUnattendedInstallEnabled() const;
Note:
See TracChangeset
for help on using the changeset viewer.