VirtualBox

Changeset 75944 in vbox


Ignore:
Timestamp:
Dec 4, 2018 12:17:48 PM (6 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9306: Removing excessive bit for r127127.

File:
1 edited

Legend:

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

    r75921 r75944  
    152152    /* For Cloud formats: */
    153153    if (field("isFormatCloudOne").toBool())
    154 //      return QString("%1://%2").arg(field("providerShortName").toString(), field("profileName").toString());
    155         return QString("%1://%2").arg(field("providerShortName").toString(), field("path").toString());
     154        return QString("%1://").arg(field("providerShortName").toString());
    156155    else
    157156    {
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