VirtualBox

Changeset 105624 in vbox


Ignore:
Timestamp:
Aug 8, 2024 12:49:11 PM (4 months ago)
Author:
vboxsync
Message:

FE/Qt: Runtime UI: VM Close Dialog: Cleanup for a bit of paranoia checks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIVMCloseDialog.cpp

    r104358 r105624  
    100100    if (pEvent->type() == QEvent::MouseButtonDblClick)
    101101    {
    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();
    110105    }
    111106
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette