Changeset 85031 in vbox
- Timestamp:
- Jul 1, 2020 3:21:23 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/DragAndDrop/DnDURIObject.cpp
r85017 r85031 36 36 : m_enmType(Type_Unknown) 37 37 { 38 int rc2 = Init(enmType, strPathAbs); 39 AssertRC(rc2); 38 if ( enmType != Type_Unknown 39 && strPathAbs.isNotEmpty()) 40 { 41 int rc2 = Init(enmType, strPathAbs); 42 AssertRC(rc2); 43 } 40 44 } 41 45
Note:
See TracChangeset
for help on using the changeset viewer.