Changeset 76499 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Dec 27, 2018 5:05:26 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerHostTable.h
r76429 r76499 35 35 36 36 UIFileManagerHostTable(UIActionPool *pActionPool, QWidget *pParent = 0); 37 static KFsObjType fileType(const QFileInfo &fsInfo); 38 39 protected: 40 37 41 /** Scans the directory with the path @strPath and inserts items to the 38 42 * tree under the @p parent. */ 39 43 static void scanDirectory(const QString& strPath, UICustomFileSystemItem *parent, 40 44 QMap<QString, UICustomFileSystemItem*> &fileObjects); 41 42 protected:43 44 static KFsObjType fileType(const QFileInfo &fsInfo);45 45 void retranslateUi() /* override */; 46 46 virtual void readDirectory(const QString& strPath, UICustomFileSystemItem *parent, bool isStartDir = false) /* override */;
Note:
See TracChangeset
for help on using the changeset viewer.