VirtualBox

Changeset 14693 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Nov 27, 2008 10:12:14 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
40004
Message:

Fe/Qt4: Systray: Do not quit when other selectors or console windows are still open.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox4/src/VBoxSelectorWnd.cpp

    r14692 r14693  
    12051205    {
    12061206        hide();
     1207        if (vboxGlobal().machinesAlive() == 0)
     1208        {
     1209            emit closing();
     1210            QMainWindow::closeEvent (aEvent);
     1211        }
     1212        else aEvent->ignore();
    12071213    }
    12081214    else
Note: See TracChangeset for help on using the changeset viewer.

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