Changeset 78856 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- May 29, 2019 6:15:38 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageBasic2.cpp
r78853 r78856 282 282 startProcessing(); 283 283 284 /* Check whether there was cloud source selected: */ 285 const bool fIsSourceCloudOne = fieldImp("isSourceCloudOne").toBool(); 286 if (fIsSourceCloudOne) 287 { 288 /* Give changed VSD back to appliance: */ 289 /// @todo check for possible errors 290 CVirtualSystemDescriptionForm comForm = fieldImp("vsdForm").value<CVirtualSystemDescriptionForm>(); 291 comForm.GetVirtualSystemDescription(); 292 } 293 284 294 /* Try to import appliance: */ 285 295 if (fResult)
Note:
See TracChangeset
for help on using the changeset viewer.