VirtualBox

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


Ignore:
Timestamp:
Jul 23, 2018 10:05:26 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
123947
Message:

bugref:9152. Renamed CloudUserProfileList to CloudUserProfiles.

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

Legend:

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

    r73329 r73337  
    4040# include "UIWizardExportAppDefs.h"
    4141# include "UIWizardExportAppPageBasic3.h"
     42
     43/* COM includes: */
     44# include "CCloudUserProfiles.h"
    4245
    4346#endif /* !VBOX_WITH_PRECOMPILED_HEADERS */
     
    123126    {
    124127        /* Acquire Cloud User-profile List: */
    125         CCloudUserProfileList comProfiles = m_comCloudUserProfileManager.GetProfilesByProvider(enmType);
     128        CCloudUserProfiles comProfiles = m_comCloudUserProfileManager.GetProfilesByProvider(enmType);
    126129        /* Skip if we have nothing to populate (file missing?): */
    127130        if (comProfiles.isNull())
     
    431434}
    432435
    433 CCloudUserProfileList UIWizardExportAppPage3::profiles() const
     436CCloudUserProfiles UIWizardExportAppPage3::profiles() const
    434437{
    435438    return m_comCloudUserProfiles;
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageBasic3.h

    r73316 r73337  
    2727/* COM includes: */
    2828#include "COMEnums.h"
    29 #include "CCloudUserProfileList.h"
     29#include "CCloudUserProfiles.h"
    3030#include "CCloudUserProfileManager.h"
    3131
     
    132132    QString profile() const;
    133133    /** Returns Cloud User-profile object. */
    134     CCloudUserProfileList profiles() const;
     134    CCloudUserProfiles profiles() const;
    135135
    136136    /** Holds the Cloud User-profile Manager reference. */
    137137    CCloudUserProfileManager  m_comCloudUserProfileManager;
    138138    /** Holds the Cloud User-profile object reference. */
    139     CCloudUserProfileList     m_comCloudUserProfiles;
     139    CCloudUserProfiles     m_comCloudUserProfiles;
    140140
    141141    /** Holds the default appliance name. */
     
    197197    Q_PROPERTY(bool manifestSelected READ isManifestSelected WRITE setManifestSelected);
    198198    Q_PROPERTY(bool includeISOsSelected READ isIncludeISOsSelected WRITE setIncludeISOsSelected);
    199     Q_PROPERTY(CCloudUserProfileList profiles READ profiles);
     199    Q_PROPERTY(CCloudUserProfiles profiles READ profiles);
    200200    Q_PROPERTY(QString profile READ profile);
    201201
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageBasic4.cpp

    r73326 r73337  
    3838# include "CAppliance.h"
    3939# include "CCloudClient.h"
    40 # include "CCloudUserProfileList.h"
     40# include "CCloudUserProfiles.h"
    4141# include "CMachine.h"
    4242
     
    5858
    5959    /* Acquire Cloud User-profiles: */
    60     CCloudUserProfileList comCloudUserProfiles = fieldImp("profiles").value<CCloudUserProfileList>();
     60    CCloudUserProfiles comCloudUserProfiles = fieldImp("profiles").value<CCloudUserProfiles>();
    6161    AssertMsgReturnVoid(comCloudUserProfiles.isNotNull(),
    6262                        ("Cloud User-profiles object is undefined!"));
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageExpert.h

    r73317 r73337  
    4646    Q_PROPERTY(bool manifestSelected READ isManifestSelected WRITE setManifestSelected);
    4747    Q_PROPERTY(bool includeISOsSelected READ isIncludeISOsSelected WRITE setIncludeISOsSelected);
    48     Q_PROPERTY(CCloudUserProfileList profiles READ profiles);
     48    Q_PROPERTY(CCloudUserProfiles profiles READ profiles);
    4949    Q_PROPERTY(QString profile READ profile);
    5050    Q_PROPERTY(ExportAppliancePointer applianceWidget READ applianceWidget);
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