VirtualBox

Changeset 79752 in vbox


Ignore:
Timestamp:
Jul 13, 2019 11:16:47 AM (5 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9495: New Cloud VM wizard: 2nd basic and expert pages: Re-acquire VSD form if export failed.

Location:
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newcloudvm
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newcloudvm/UIWizardNewCloudVMPageBasic2.cpp

    r79684 r79752  
    163163    /* Try to create cloud VM: */
    164164    if (fResult)
     165    {
    165166        fResult = qobject_cast<UIWizardNewCloudVM*>(wizard())->createCloudVM();
     167
     168        /* If the final step failed we could try
     169         * sugest user more valid form this time: */
     170        if (!fResult)
     171            sltInitShortWizardForm();
     172    }
    166173
    167174    /* Unlock finish button: */
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newcloudvm/UIWizardNewCloudVMPageExpert.cpp

    r79684 r79752  
    281281    /* Try to create cloud VM: */
    282282    if (fResult)
     283    {
    283284        fResult = qobject_cast<UIWizardNewCloudVM*>(wizard())->createCloudVM();
     285
     286        /* If the final step failed we could try
     287         * sugest user more valid form this time: */
     288        if (!fResult)
     289            sltInitShortWizardForm();
     290    }
    284291
    285292    /* Unlock finish button: */
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