Changeset 100586 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Jul 14, 2023 2:56:22 PM (20 months ago)
- svn:sync-xref-src-repo-rev:
- 158416
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/medium/viso/UIVisoContentBrowser.cpp
r100583 r100586 907 907 foreach (const QString &strPath, removedEntries) 908 908 { 909 QStringList path = UIPathOperations::pathTrail(strPath); 909 QFileInfo fileInfo(strPath); 910 UICustomFileSystemItem *pItem = searchItemByPath(strPath); 911 if (pItem) 912 { 913 pItem->setRemovedFromViso(true); 914 createVisoEntry(strPath, QString(), true); 915 } 910 916 } 911 917 } … … 955 961 if (fRecursive && enmType == KFsObjType_Directory && !newItem->isUpDirectory()) 956 962 scanHostDirectory(newItem, true); 957 958 963 } 959 964 directoryItem->setIsOpened(true);
Note:
See TracChangeset
for help on using the changeset viewer.