- Timestamp:
- Aug 31, 2021 12:33:48 PM (3 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
r91025 r91031 107 107 } 108 108 } 109 } 110 111 void UIWizardNewVM::wizardClean() 112 { 113 UIWizardNewVMNameOSTypePage::cleanupMachineFolder(this, true); 109 114 } 110 115 -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVM.h
r91025 r91031 155 155 /** Populates pages. */ 156 156 virtual void populatePages() /* final override */; 157 virtual void wizardClean() /* final override */; 157 158 void configureVM(const QString &strGuestTypeId, const CGuestOSType &comGuestType); 158 159 bool attachDefaultDevices();
Note:
See TracChangeset
for help on using the changeset viewer.