Changeset 78853 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- May 29, 2019 2:16:42 PM (6 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/wizards/importappliance
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageBasic2.cpp
r78275 r78853 274 274 } 275 275 276 bool UIWizardImportAppPageBasic2::isComplete() const277 {278 /* No importing for cloud source for now: */279 return !field("isSourceCloudOne").toBool();280 }281 282 276 bool UIWizardImportAppPageBasic2::validatePage() 283 277 { -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageBasic2.h
r78275 r78853 83 83 virtual void cleanupPage() /* override */; 84 84 85 /** Returns whether page is complete. */86 virtual bool isComplete() const /* override */;87 88 85 /** Performs page validation. */ 89 86 virtual bool validatePage() /* override */;
Note:
See TracChangeset
for help on using the changeset viewer.