VirtualBox

Changeset 59334 in vbox


Ignore:
Timestamp:
Jan 14, 2016 8:19:22 AM (9 years ago)
Author:
vboxsync
Message:

FE/Qt: Qt5 migration (part 48): No DnD promises for Mac OS X with Qt5 for now.

File:
1 edited

Legend:

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

    r58867 r59334  
    435435#  ifdef RT_OS_DARWIN
    436436#    ifdef VBOX_WITH_DRAG_AND_DROP_PROMISES
     437#     if QT_VERSION < 0x050000
    437438        dropAction = pDrag->exec(actions, defAction, true /* fUsePromises */);
     439#     else /* QT_VERSION >= 0x050000 */
     440        dropAction = pDrag->exec(actions, defAction);
     441#     endif /* QT_VERSION >= 0x050000 */
    438442#    else
    439443        /* Without having VBOX_WITH_DRAG_AND_DROP_PROMISES enabled drag and drop
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette