VirtualBox

Changeset 91462 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Sep 29, 2021 3:17:47 PM (3 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9996: UIWizardExportApp: A bit of cleanup for 3rd page.

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageBasic3.cpp

    r91461 r91462  
    9494
    9595void UIWizardExportAppPage3::refreshFormPropertiesTable(UIFormEditorWidget *pFormEditor,
    96                                                         const CVirtualSystemDescriptionForm &comVsdExportForm,
     96                                                        const CVirtualSystemDescriptionForm &comVsdForm,
    9797                                                        bool fIsFormatCloudOne)
    9898{
     
    102102
    103103    /* Make sure the properties table get the new description form: */
    104     if (comVsdExportForm.isNotNull())
    105         pFormEditor->setVirtualSystemDescriptionForm(comVsdExportForm);
     104    if (comVsdForm.isNotNull())
     105        pFormEditor->setVirtualSystemDescriptionForm(comVsdForm);
    106106}
    107107
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageBasic3.h

    r91461 r91462  
    5353    /** Refreshes form properties table. */
    5454    void refreshFormPropertiesTable(UIFormEditorWidget *pFormEditor,
    55                                     const CVirtualSystemDescriptionForm &comVsdExportForm,
     55                                    const CVirtualSystemDescriptionForm &comVsdForm,
    5656                                    bool fIsFormatCloudOne);
    5757}
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