Changeset 78006 in vbox
- Timestamp:
- Apr 3, 2019 5:21:18 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIVMCloseDialog.cpp
r76606 r78006 79 79 bool UIVMCloseDialog::eventFilter(QObject *pObject, QEvent *pEvent) 80 80 { 81 /* Handle events realted to our radio-buttons only: */ 82 if ( pObject != m_pRadioButtonDetach 83 && pObject != m_pRadioButtonSave 84 && pObject != m_pRadioButtonShutdown 85 && pObject != m_pRadioButtonPowerOff) 86 return QIWithRetranslateUI<QIDialog>::eventFilter(pObject, pEvent); 87 81 88 /* For now we are interested in double-click events only: */ 82 89 if (pEvent->type() == QEvent::MouseButtonDblClick)
Note:
See TracChangeset
for help on using the changeset viewer.