Changeset 76344 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Dec 21, 2018 7:12:16 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UICustomFileSystemModel.cpp
r76333 r76344 48 48 , m_isDriveItem(false) 49 49 { 50 if (parent) 51 parent->appendChild(this); 52 50 53 } 51 54 … … 58 61 { 59 62 if (!item) 63 return; 64 if (m_childItems.contains(item)) 60 65 return; 61 66 m_childItems.append(item);
Note:
See TracChangeset
for help on using the changeset viewer.