Changeset 70750 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Jan 25, 2018 4:53:20 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerPanel.cpp
r70749 r70750 107 107 bool UIVMLogViewerPanel::eventFilter(QObject *pObject, QEvent *pEvent) 108 108 { 109 Q_UNUSED(tabIndex); 109 Q_UNUSED(pObject); 110 Q_UNUSED(pEvent); 110 111 /* Dont consume this event. Pass it back to Qt's event system: */ 111 112 return false;
Note:
See TracChangeset
for help on using the changeset viewer.