Changeset 78883 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- May 30, 2019 2:23:21 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 130997
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageExpert.cpp
r78882 r78883 378 378 startProcessing(); 379 379 380 /* Check whether there was cloud source selected: */ 381 const bool fIsSourceCloudOne = fieldImp("isSourceCloudOne").toBool(); 382 if (fIsSourceCloudOne) 383 { 384 /* Give changed VSD back to appliance: */ 385 /// @todo check for possible errors 386 CVirtualSystemDescriptionForm comForm = fieldImp("vsdForm").value<CVirtualSystemDescriptionForm>(); 387 comForm.GetVirtualSystemDescription(); 388 } 389 380 390 /* Try to import appliance: */ 381 391 if (fResult)
Note:
See TracChangeset
for help on using the changeset viewer.