Changeset 100278 in vbox
- Timestamp:
- Jun 25, 2023 11:16:35 AM (21 months ago)
- svn:sync-xref-src-repo-rev:
- 157993
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UICustomFileSystemModel.h
r100269 r100278 50 50 UICustomFileSystemModelData_VISOPath, 51 51 UICustomFileSystemModelData_LocalPath, 52 UICustomFileSystemModelData_ISOFilePath, /* in case of import-iso this contains full path of the container iso file. */ 52 53 UICustomFileSystemModelData_Max 53 54 }; -
trunk/src/VBox/Frontends/VirtualBox/src/medium/viso/UIVisoContentBrowser.cpp
r100271 r100278 211 211 const QList<KFsObjType> &fileObjectTypeList) 212 212 { 213 Q_UNUSED(strISOFilePath);214 213 UICustomFileSystemItem *pParentItem = rootItem()->children()[0]; 215 214 if (!m_pTableView || !pParentItem) … … 230 229 fileObjectTypeList[i]); 231 230 pAddedItem->setData(pathList[i], UICustomFileSystemModelData_LocalPath); 231 pAddedItem->setData(strISOFilePath, UICustomFileSystemModelData_ISOFilePath); 232 232 pAddedItem->setData(UIPathOperations::mergePaths(pParentItem->path(), fileInfo.fileName()), 233 233 UICustomFileSystemModelData_VISOPath);
Note:
See TracChangeset
for help on using the changeset viewer.