Changeset 75002 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Oct 23, 2018 2:15:01 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 126030
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/guestctrl/UIGuestControlFileTable.cpp
r75001 r75002 1523 1523 { 1524 1524 Q_UNUSED(pObject); 1525 IF(pEvent->type() == QEvent::KeyPress)1525 if (pEvent->type() == QEvent::KeyPress) 1526 1526 { 1527 1527 QKeyEvent *pKeyEvent = dynamic_cast<QKeyEvent*>(pEvent);
Note:
See TracChangeset
for help on using the changeset viewer.