Changeset 71080 in vbox
- Timestamp:
- Feb 21, 2018 8:57:18 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.cpp
r71074 r71080 1660 1660 else if (!m_fIsDraggingFromGuest) 1661 1661 { 1662 // @todo Add guest->guest DnD functionality here by getting1662 /// @todo Add guest->guest DnD functionality here by getting 1663 1663 // the source of guest B (when copying from B to A). 1664 1664 rc = m_pDnDHandler->dragCheckPending(screenId()); … … 1687 1687 else 1688 1688 { 1689 // @todo Add guest->guest DnD functionality here by getting1689 /// @todo Add guest->guest DnD functionality here by getting 1690 1690 // the source of guest B (when copying from B to A). 1691 1691 rc = m_pDnDHandler->dragStart(screenId());
Note:
See TracChangeset
for help on using the changeset viewer.

