Changeset 71209 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Mar 5, 2018 5:46:54 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/information/guestctrl/UIGuestControlFileTable.cpp
r71208 r71209 876 876 } 877 877 878 void UIHostFileTable::deleteByItem(UIFileTableItem * /*item */)879 { 880 878 void UIHostFileTable::deleteByItem(UIFileTableItem *item) 879 { 880 Q_UNUSED(item); 881 881 } 882 882
Note:
See TracChangeset
for help on using the changeset viewer.