Changeset 78147 in vbox
- Timestamp:
- Apr 16, 2019 4:27:29 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerTable.cpp
r78146 r78147 409 409 const QChar separator('/'); 410 410 clear(); 411 412 if (strPath.isEmpty()) 413 return; 414 411 415 QStringList folderList = UIPathOperations::pathTrail(strPath); 412 416 folderList.push_front(separator);
Note:
See TracChangeset
for help on using the changeset viewer.