Changeset 63327 in vbox for trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDMIMEData.cpp
- Timestamp:
- Aug 11, 2016 11:32:10 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 109961
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDMIMEData.cpp
r62493 r63327 65 65 bool UIDnDMIMEData::hasFormat(const QString &strMIMEType) const 66 66 { 67 RT_NOREF(strMIMEType); 68 67 69 bool fRc; 68 70 #ifdef RT_OS_DARWIN … … 205 207 int UIDnDMIMEData::getDataAsVariant(const QVector<uint8_t> &vecData, 206 208 const QString &strMIMEType, 207 QVariant::Type vaType, 208 QVariant &vaData) 209 { 209 QVariant::Type vaType, 210 QVariant &vaData) 211 { 212 RT_NOREF(strMIMEType); 210 213 LogFlowFunc(("vecDataSize=%d, strMIMEType=%s vaType=%s\n", 211 214 vecData.size(), qPrintable(strMIMEType), QVariant::typeToName(vaType)));
Note:
See TracChangeset
for help on using the changeset viewer.