Changeset 33421 in vbox
- Timestamp:
- Oct 25, 2010 1:08:00 PM (14 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/UIExportApplianceWzd.cpp
r33417 r33421 440 440 } 441 441 442 bool UIExportApplianceWzdPage3::validatePage()443 {444 return true;445 // return exportAppliance();446 }447 448 442 UIExportApplianceWzdPage4::UIExportApplianceWzdPage4() 449 443 { -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIExportApplianceWzd.h
r33417 r33421 150 150 151 151 bool isComplete() const; 152 bool validatePage();153 152 154 153 private:
Note:
See TracChangeset
for help on using the changeset viewer.