VirtualBox

Changeset 76497 in vbox


Ignore:
Timestamp:
Dec 27, 2018 12:51:58 PM (6 years ago)
Author:
vboxsync
Message:

FE/Qt: Extend UICustomFileSystemItem data fields.

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  
    538538    m_pRootItem->setData(QApplication::tr("UIFileManager", "Owner"), UICustomFileSystemModelColumn_Owner);
    539539    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  
    3434    UICustomFileSystemModelColumn_Permissions,
    3535    UICustomFileSystemModelColumn_Path,
     36    UICustomFileSystemModelColumn_LocalPath,
    3637    UICustomFileSystemModelColumn_Max
    3738};
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette