Changeset 71793 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Apr 9, 2018 5:20:54 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/guestctrl/UIGuestControlFileTable.cpp
r71792 r71793 1231 1231 void UIGuestControlFileTable::sltSelectionChanged(const QItemSelection & selected, const QItemSelection & deselected) 1232 1232 { 1233 Q_UNUSED(selected); 1234 Q_UNUSED(deselected); 1233 1235 if (m_pView->hasSelection()) 1234 1236 enableSelectionDependentActions();
Note:
See TracChangeset
for help on using the changeset viewer.