Changeset 71278 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Mar 8, 2018 3:54:00 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/guestctrl/UIGuestControlFileTable.cpp
r71276 r71278 996 996 void UIGuestFileTable::copyGuestToHost(const QString& hostDestinationPath) 997 997 { 998 Q_UNUSED(hostDestinationPath); 998 999 } 999 1000 1000 1001 void UIGuestFileTable::copyHostToGuest(const QStringList &hostSourcePathList) 1001 1002 { 1003 Q_UNUSED(hostSourcePathList); 1002 1004 } 1003 1005
Note:
See TracChangeset
for help on using the changeset viewer.