Changeset 73083 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Jul 12, 2018 9:00:53 AM (6 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageBasic1.cpp
r72920 r73083 202 202 return fResult; 203 203 } 204 205 int UIWizardExportAppPageBasic1::nextId() const206 {207 /* Skip next (2nd, storage-type) page for now! */208 return UIWizardExportApp::Page3;209 } -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageBasic1.h
r72920 r73083 75 75 virtual bool validatePage() /* override */; 76 76 77 /** Returns next page ID. */78 virtual int nextId() const /* override */;79 80 77 private: 81 78
Note:
See TracChangeset
for help on using the changeset viewer.