Changeset 97772 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Dec 9, 2022 5:39:49 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 154840
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GuestDnDPrivate.h
r97725 r97772 963 963 static bool isFormatInFormatList(const com::Utf8Str &strFormat, const GuestDnDMIMEList &lstFormats); 964 964 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); 966 966 static GuestDnDMIMEList toFilteredFormatList(const GuestDnDMIMEList &lstFormatsSupported, const GuestDnDMIMEList &lstFormatsWanted); 967 967 static GuestDnDMIMEList toFilteredFormatList(const GuestDnDMIMEList &lstFormatsSupported, const com::Utf8Str &strFormatsWanted);
Note:
See TracChangeset
for help on using the changeset viewer.