Changeset 105624 in vbox
- Timestamp:
- Aug 8, 2024 12:49:11 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIVMCloseDialog.cpp
r104358 r105624 100 100 if (pEvent->type() == QEvent::MouseButtonDblClick) 101 101 { 102 /* Make sure it's one of the radio-buttons 103 * which has this event-filter installed: */ 104 if (qobject_cast<QRadioButton*>(pObject)) 105 { 106 /* Since on double-click the button will be also selected 107 * we are just calling for the *accept* slot: */ 108 accept(); 109 } 102 /* Since on double-click the button will be also selected 103 * we are just calling for the *accept* slot: */ 104 accept(); 110 105 } 111 106
Note:
See TracChangeset
for help on using the changeset viewer.