VirtualBox

Changeset 63327 in vbox


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

QtGui: warnings

Location:
trunk/src/VBox/Frontends/VirtualBox/src/runtime
Files:
2 edited

Legend:

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

    r59853 r63327  
    3131#ifndef VBOX_WITH_XPCOM
    3232# include "VirtualBox.h"
    33 #else /* !VBOX_WITH_XPCOM */
     33#else
    3434# include "VirtualBox_XPCOM.h"
    35 #endif /* VBOX_WITH_XPCOM */
     35#endif
    3636
    3737/* GUI includes: */
     
    349349                                    Qt::DropAction defAction, Qt::DropActions actions)
    350350{
     351    RT_NOREF(defAction);
    351352    int rc = VINF_SUCCESS;
    352353
  • 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