Changeset 91279 in vbox
- Timestamp:
- Sep 16, 2021 12:18:18 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/editors/UIWizardDiskEditors.h
r91278 r91279 53 53 54 54 /** A set of static utility functions used by several wizard in the context of virtual media. */ 55 namespace SHARED_LIBRARY_STUFFUIDiskEditorGroupBox56 { 57 QString appendExtension(const QString &strName, const QString &strExtension);58 QString constructMediumFilePath(const QString &strFileName, const QString &strPath);59 bool checkFATSizeLimitation(const qulonglong uVariant, const QString &strMediumPath, const qulonglong uSize);60 QString openFileDialogForDiskFile(const QString &strInitialPath, const CMediumFormat &comMediumFormat,55 namespace UIDiskEditorGroupBox 56 { 57 SHARED_LIBRARY_STUFF QString appendExtension(const QString &strName, const QString &strExtension); 58 SHARED_LIBRARY_STUFF QString constructMediumFilePath(const QString &strFileName, const QString &strPath); 59 SHARED_LIBRARY_STUFF bool checkFATSizeLimitation(const qulonglong uVariant, const QString &strMediumPath, const qulonglong uSize); 60 SHARED_LIBRARY_STUFF QString openFileDialogForDiskFile(const QString &strInitialPath, const CMediumFormat &comMediumFormat, 61 61 KDeviceType enmDeviceType, QWidget *pParent); 62 62 /** Attempts to find a file extention for the device type @p enmDeviceType within the extensions 63 63 * returned by CMediumFormat::DescribeFileExtensions(..). */ 64 QString defaultExtension(const CMediumFormat &mediumFormatRef, KDeviceType enmDeviceType);64 SHARED_LIBRARY_STUFF QString defaultExtension(const CMediumFormat &mediumFormatRef, KDeviceType enmDeviceType); 65 65 }; 66 66
Note:
See TracChangeset
for help on using the changeset viewer.

