Changeset 50839 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Mar 21, 2014 11:49:52 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDDrag.cpp
r50602 r50839 113 113 * is finished. */ 114 114 pDrag->setMimeData(pMData); 115 #ifdef LOG_ENABLED 115 116 Qt::DropAction dropAction = pDrag->exec(m_actions, m_defAction); 116 117 LogFlowFunc(("dropAction=%ld\n", UIDnDHandler::toVBoxDnDAction(dropAction))); 118 #endif 117 119 118 120 /* Note: The UIDnDMimeData object will not be not accessible here anymore,
Note:
See TracChangeset
for help on using the changeset viewer.