Changeset 59334 in vbox
- Timestamp:
- Jan 14, 2016 8:19:22 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDHandler.cpp
r58867 r59334 435 435 # ifdef RT_OS_DARWIN 436 436 # ifdef VBOX_WITH_DRAG_AND_DROP_PROMISES 437 # if QT_VERSION < 0x050000 437 438 dropAction = pDrag->exec(actions, defAction, true /* fUsePromises */); 439 # else /* QT_VERSION >= 0x050000 */ 440 dropAction = pDrag->exec(actions, defAction); 441 # endif /* QT_VERSION >= 0x050000 */ 438 442 # else 439 443 /* Without having VBOX_WITH_DRAG_AND_DROP_PROMISES enabled drag and drop
Note:
See TracChangeset
for help on using the changeset viewer.

