VirtualBox

Changeset 81611 in vbox for trunk


Ignore:
Timestamp:
Oct 31, 2019 6:03:16 PM (5 years ago)
Author:
vboxsync
Message:

FE/Qt: VM settings / Shared Folders page: Rename DialogType to SFDialogType to make obvious what this type is related to.

Location:
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSFDetails.cpp

    r80678 r81611  
    2525
    2626
    27 UIMachineSettingsSFDetails::UIMachineSettingsSFDetails(DialogType type,
     27UIMachineSettingsSFDetails::UIMachineSettingsSFDetails(SFDialogType type,
    2828                                                       bool fEnableSelector, /* for "permanent" checkbox */
    2929                                                       const QStringList &usedNames,
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSFDetails.h

    r76581 r81611  
    3636public:
    3737
    38     enum DialogType
     38    enum SFDialogType
    3939    {
    4040        AddType,
     
    4242    };
    4343
    44     UIMachineSettingsSFDetails(DialogType type,
     44    UIMachineSettingsSFDetails(SFDialogType type,
    4545                               bool fEnableSelector, /* for "permanent" checkbox */
    4646                               const QStringList &usedNames,
     
    7676private:
    7777
    78     DialogType   m_type;
    79     bool         m_fUsePermanent;
    80     QStringList  m_usedNames;
     78    SFDialogType  m_type;
     79    bool          m_fUsePermanent;
     80    QStringList   m_usedNames;
    8181};
    8282
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