Changeset 56503 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Jun 18, 2015 11:29:41 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDHandler.cpp
r56501 r56503 453 453 LogFlowFuncLeaveRC(rc); 454 454 return rc; 455 } 456 457 int UIDnDHandler::retrieveData( Qt::DropAction dropAction, 458 const QString &strMimeType, 459 QVariant::Type vaType, 460 QVariant &vaData) 461 { 462 return retrieveDataInternal(dropAction, strMimeType, vaType, vaData); 455 463 } 456 464
Note:
See TracChangeset
for help on using the changeset viewer.