VirtualBox

Changeset 49608 in vbox


Ignore:
Timestamp:
Nov 21, 2013 3:39:00 PM (11 years ago)
Author:
vboxsync
Message:

FE/Qt: 7112: Update to r90818: Taking into account broadcasted close-event triggered on closing application from Dock context menu.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/selector/UISelectorWindow.cpp

    r49602 r49608  
    10661066bool UISelectorWindow::eventFilter(QObject *pObject, QEvent *pEvent)
    10671067{
     1068    /* If we got broadcast qApp close-event, quit app.. */
     1069    if (pObject == qApp && pEvent->type() == QEvent::Close)
     1070    {
     1071        sltPerformExit();
     1072        return true;
     1073    }
     1074
    10681075    /* Ignore for non-active window: */
    10691076    if (!isActiveWindow())
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