Changeset 78001 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Apr 3, 2019 3:58:32 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 129773
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/globals
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIDialogPanel.cpp
r77308 r78001 95 95 } 96 96 97 bool UIDialogPanel::eventFilter(QObject *pObject, QEvent *pEvent)98 {99 Q_UNUSED(pObject);100 Q_UNUSED(pEvent);101 /* Dont consume this event. Pass it back to Qt's event system: */102 return false;103 }104 105 97 void UIDialogPanel::showEvent(QShowEvent *pEvent) 106 98 { -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIDialogPanel.h
r76950 r78001 60 60 void retranslateUi() /* override */; 61 61 62 /** Handles Qt @a pEvent, used for keyboard processing. */63 bool eventFilter(QObject *pObject, QEvent *pEvent);64 62 /** Handles the Qt show @a pEvent. */ 65 63 void showEvent(QShowEvent *pEvent);
Note:
See TracChangeset
for help on using the changeset viewer.