VirtualBox

Changeset 97772 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Dec 9, 2022 5:39:49 PM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
154840
Message:

DnD/Main: GuestDnD::toFormatString() now also accepts an optional separator for building a formats list string.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/GuestDnDPrivate.h

    r97725 r97772  
    963963    static bool                     isFormatInFormatList(const com::Utf8Str &strFormat, const GuestDnDMIMEList &lstFormats);
    964964    static GuestDnDMIMEList         toFormatList(const com::Utf8Str &strFormats, const com::Utf8Str &strSep = DND_FORMATS_SEPARATOR_STR);
    965     static com::Utf8Str             toFormatString(const GuestDnDMIMEList &lstFormats);
     965    static com::Utf8Str             toFormatString(const GuestDnDMIMEList &lstFormats, const com::Utf8Str &strSep = DND_FORMATS_SEPARATOR_STR);
    966966    static GuestDnDMIMEList         toFilteredFormatList(const GuestDnDMIMEList &lstFormatsSupported, const GuestDnDMIMEList &lstFormatsWanted);
    967967    static GuestDnDMIMEList         toFilteredFormatList(const GuestDnDMIMEList &lstFormatsSupported, const com::Utf8Str &strFormatsWanted);
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