Changeset 77050 in vbox
- Timestamp:
- Jan 30, 2019 5:29:13 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 128495
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UICustomFileSystemModel.cpp
r76750 r77050 186 186 } 187 187 188 QString 189 { 190 return m_itemData.value(UICustomFileSystemModelColumn_Path, QString()).toString();188 QString UICustomFileSystemItem::path() const 189 { 190 return UIPathOperations::removeTrailingDelimiters(m_itemData.value(UICustomFileSystemModelColumn_Path, QString()).toString()); 191 191 } 192 192
Note:
See TracChangeset
for help on using the changeset viewer.