VirtualBox

Ignore:
Timestamp:
May 30, 2019 2:23:21 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
130997
Message:

FE/Qt: bugref:9434: Import Appliance wizard: Expert page: Forgot something in r130996.

File:
1 edited

Legend:

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

    r78882 r78883  
    378378    startProcessing();
    379379
     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
    380390    /* Try to import appliance: */
    381391    if (fResult)
Note: See TracChangeset for help on using the changeset viewer.

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