Changeset 57465 in vbox
- Timestamp:
- Aug 20, 2015 8:11:11 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/DragAndDrop/DnDURIList.cpp
r57464 r57465 94 94 { 95 95 m_lstTree.append(pObjDir); 96 97 /** @todo Add DNDURILIST_FLAGS_KEEP_OPEN handling? */ 98 m_cTotal++; 96 99 } 97 100 else 98 101 rc = VERR_NO_MEMORY; 99 100 /** @todo Add DNDURILIST_FLAGS_KEEP_OPEN handling. */101 102 m_cTotal++;103 102 } 104 103 /* Note: Symlinks already should have been resolved at this point. */
Note:
See TracChangeset
for help on using the changeset viewer.