Changeset 87913 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Mar 2, 2021 1:25:35 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 143002
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic4.cpp
r87912 r87913 242 242 } 243 243 244 int UIWizardNewVMPageBasic4::nextId() const245 {246 if (m_pDiskNew->isChecked())247 return UIWizardNewVM::Page5;248 return UIWizardNewVM::Page8;249 }250 251 244 void UIWizardNewVMPageBasic4::prepare() 252 245 { -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic4.h
r87912 r87913 112 112 * no UI element for this. thus override. */ 113 113 virtual QString mediumPath() const /*override */; 114 virtual int nextId() const /* override */;115 114 CMediumFormat mediumFormat() const; 116 115
Note:
See TracChangeset
for help on using the changeset viewer.