VirtualBox

Changeset 75225 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Nov 2, 2018 2:33:18 PM (6 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9152: Export appliance wizard: Expert page: Do not cleanup page, this leads to field changes we don't want.

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

Legend:

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

    r75070 r75225  
    509509}
    510510
     511void UIWizardExportAppPageExpert::cleanupPage()
     512{
     513    /* Do nothing, we don't want field values to be reseted. */
     514}
     515
    511516bool UIWizardExportAppPageExpert::isComplete() const
    512517{
     
    523528                          || field("format").toString() == "ovf-1.0"
    524529                          || field("format").toString() == "ovf-2.0";
    525         const bool fCSP =    isFormatCloudOne();
     530        const bool fCSP =    field("isFormatCloudOne").toBool();
    526531
    527532        const QString &strFile = field("path").toString().toLower();
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageExpert.h

    r75055 r75225  
    7070    /** Performs page initialization. */
    7171    virtual void initializePage() /* override */;
     72    /** Performs page uninitialization. */
     73    virtual void cleanupPage() /* override */;
    7274
    7375    /** Returns whether page is complete. */
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