- Timestamp:
- Oct 31, 2019 6:03:16 PM (5 years ago)
- 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 25 25 26 26 27 UIMachineSettingsSFDetails::UIMachineSettingsSFDetails( DialogType type,27 UIMachineSettingsSFDetails::UIMachineSettingsSFDetails(SFDialogType type, 28 28 bool fEnableSelector, /* for "permanent" checkbox */ 29 29 const QStringList &usedNames, -
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSFDetails.h
r76581 r81611 36 36 public: 37 37 38 enum DialogType38 enum SFDialogType 39 39 { 40 40 AddType, … … 42 42 }; 43 43 44 UIMachineSettingsSFDetails( DialogType type,44 UIMachineSettingsSFDetails(SFDialogType type, 45 45 bool fEnableSelector, /* for "permanent" checkbox */ 46 46 const QStringList &usedNames, … … 76 76 private: 77 77 78 DialogTypem_type;79 bool m_fUsePermanent;80 QStringList m_usedNames;78 SFDialogType m_type; 79 bool m_fUsePermanent; 80 QStringList m_usedNames; 81 81 }; 82 82
Note:
See TracChangeset
for help on using the changeset viewer.