VirtualBox

Ignore:
Timestamp:
Aug 11, 2016 11:32:10 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
109961
Message:

QtGui: warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDMIMEData.cpp

    r62493 r63327  
    6565bool UIDnDMIMEData::hasFormat(const QString &strMIMEType) const
    6666{
     67    RT_NOREF(strMIMEType);
     68
    6769    bool fRc;
    6870#ifdef RT_OS_DARWIN
     
    205207int UIDnDMIMEData::getDataAsVariant(const QVector<uint8_t> &vecData,
    206208                                    const QString          &strMIMEType,
    207                                          QVariant::Type    vaType,
    208                                          QVariant         &vaData)
    209 {
     209                                          QVariant::Type    vaType,
     210                                          QVariant         &vaData)
     211{
     212    RT_NOREF(strMIMEType);
    210213    LogFlowFunc(("vecDataSize=%d, strMIMEType=%s vaType=%s\n",
    211214                 vecData.size(), qPrintable(strMIMEType), QVariant::typeToName(vaType)));
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