Changeset 100457 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Jul 10, 2023 1:46:36 PM (21 months ago)
- svn:sync-xref-src-repo-rev:
- 158204
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/medium/viso/UIVisoContentBrowser.cpp
r100455 r100457 252 252 if (rootItem() && rootItem()->childCount() > 0) 253 253 { 254 UICustomFileSystemItem *pStartItem = sta tic_cast<UICustomFileSystemItem*>(rootItem()->children()[0]);254 UICustomFileSystemItem *pStartItem = startItem(); 255 255 if (pStartItem) 256 256 { … … 260 260 } 261 261 } 262 updateNavigationWidgetPath(currentPath()); 262 263 } 263 264 … … 1090 1091 if (!pItem) 1091 1092 return QString(); 1092 return pItem-> data(UICustomFileSystemModelData_VISOPath).toString();1093 return pItem->path();//data(UICustomFileSystemModelData_VISOPath).toString(); 1093 1094 } 1094 1095
Note:
See TracChangeset
for help on using the changeset viewer.