Changeset 50604 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Feb 26, 2014 1:30:01 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 92479
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/runtime
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDDataObject_win.cpp
r50602 r50604 40 40 #include "UIDnDEnumFormat_win.h" 41 41 42 UIDnDDataObject::UIDnDDataObject(CSession &session, 42 UIDnDDataObject::UIDnDDataObject(CSession &session, 43 43 const QStringList &lstFormats, 44 44 QWidget *pParent) … … 290 290 { 291 291 rc = UIDnDDrag::RetrieveData(mSession, 292 DropAction::CopyAction,292 Qt::CopyAction, 293 293 strMIMEType, vaType, mVaData, 294 294 mpParent); -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDDataObject_win.h
r50603 r50604 28 28 29 29 /* COM includes: */ 30 #include "COMEnums.h" 30 31 #include "CSession.h" 31 32 -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDDropSource_win.h
r50603 r50604 20 20 #ifndef ___UIDnDDropSource_win_h___ 21 21 #define ___UIDnDDropSource_win_h___ 22 23 /* COM includes: */ 24 #include "COMEnums.h" 22 25 23 26 class UIDnDDropSource : public IDropSource
Note:
See TracChangeset
for help on using the changeset viewer.