VirtualBox

Changeset 91279 in vbox


Ignore:
Timestamp:
Sep 16, 2021 12:18:18 PM (3 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9996. Build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/editors/UIWizardDiskEditors.h

    r91278 r91279  
    5353
    5454/** A set of static utility functions used by several wizard in the context of virtual media. */
    55 namespace SHARED_LIBRARY_STUFF UIDiskEditorGroupBox
    56 {
    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,
     55namespace 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,
    6161                                             KDeviceType enmDeviceType, QWidget *pParent);
    6262    /** Attempts to find a file extention for the device type @p enmDeviceType within the extensions
    6363      * returned by CMediumFormat::DescribeFileExtensions(..). */
    64     QString defaultExtension(const CMediumFormat &mediumFormatRef, KDeviceType enmDeviceType);
     64    SHARED_LIBRARY_STUFF  QString defaultExtension(const CMediumFormat &mediumFormatRef, KDeviceType enmDeviceType);
    6565};
    6666
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