Changeset 76497 in vbox
- Timestamp:
- Dec 27, 2018 12:51:58 PM (6 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/globals
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UICustomFileSystemModel.cpp
r76495 r76497 538 538 m_pRootItem->setData(QApplication::tr("UIFileManager", "Owner"), UICustomFileSystemModelColumn_Owner); 539 539 m_pRootItem->setData(QApplication::tr("UIFileManager", "Permissions"), UICustomFileSystemModelColumn_Permissions); 540 } 540 m_pRootItem->setData(QApplication::tr("UIFileManager", "LocalPath"), UICustomFileSystemModelColumn_LocalPath); 541 m_pRootItem->setData(QApplication::tr("UIFileManager", "Path"), UICustomFileSystemModelColumn_Path); 542 } -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UICustomFileSystemModel.h
r76496 r76497 34 34 UICustomFileSystemModelColumn_Permissions, 35 35 UICustomFileSystemModelColumn_Path, 36 UICustomFileSystemModelColumn_LocalPath, 36 37 UICustomFileSystemModelColumn_Max 37 38 };
Note:
See TracChangeset
for help on using the changeset viewer.