VirtualBox

Ignore:
Timestamp:
Dec 27, 2018 5:05:26 PM (6 years ago)
Author:
vboxsync
Message:

FE/Qt: 6699: Change some function access modifiers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerHostTable.h

    r76429 r76499  
    3535
    3636    UIFileManagerHostTable(UIActionPool *pActionPool, QWidget *pParent = 0);
     37    static KFsObjType  fileType(const QFileInfo &fsInfo);
     38
     39protected:
     40
    3741    /** Scans the directory with the path @strPath and inserts items to the
    3842     *  tree under the @p parent. */
    3943    static void scanDirectory(const QString& strPath, UICustomFileSystemItem *parent,
    4044                              QMap<QString, UICustomFileSystemItem*> &fileObjects);
    41 
    42 protected:
    43 
    44     static KFsObjType  fileType(const QFileInfo &fsInfo);
    4545    void            retranslateUi() /* override */;
    4646    virtual void    readDirectory(const QString& strPath, UICustomFileSystemItem *parent, bool isStartDir = false) /* override */;
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