VirtualBox

Ignore:
Timestamp:
May 29, 2019 6:15:38 PM (6 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9434: Import Appliance wizard: 2nd page: On cloud import, first of all put changed VSD back to where it belongs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageBasic2.cpp

    r78853 r78856  
    282282    startProcessing();
    283283
     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
    284294    /* Try to import appliance: */
    285295    if (fResult)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette