Changeset 76303 in vbox for trunk/src/VBox
- Timestamp:
- Dec 19, 2018 7:53:06 PM (6 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/guestctrl
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UICustomFileSystemModel.cpp
r76301 r76303 223 223 } 224 224 225 225 226 /********************************************************************************************************************************* 226 * UICustomFileSystemProxyModel implementation. 227 * UICustomFileSystemProxyModel implementation. * 227 228 *********************************************************************************************************************************/ 228 229 -
trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UICustomFileSystemModel.h
r76301 r76303 26 26 #include "COMEnums.h" 27 27 28 /* GUI includes: */29 #include "QITableView.h"30 31 28 /* Forward declarations: */ 32 class UIFileTableItem;33 29 class UIFileManagerTable; 34 30
Note:
See TracChangeset
for help on using the changeset viewer.