VirtualBox

Changeset 54517 in vbox


Ignore:
Timestamp:
Feb 25, 2015 7:53:53 PM (10 years ago)
Author:
vboxsync
Message:

FE/Qt: 7716: Fix for mini-toolbar tool-button press crash.

File:
1 edited

Legend:

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

    r54459 r54517  
    983983            this, SLOT(sltReset()));
    984984    connect(actionPool()->action(UIActionIndexRT_M_Machine_S_Save), SIGNAL(triggered()),
    985             this, SLOT(sltSaveState()));
     985            this, SLOT(sltSaveState()), Qt::QueuedConnection);
    986986    connect(actionPool()->action(UIActionIndexRT_M_Machine_S_Shutdown), SIGNAL(triggered()),
    987987            this, SLOT(sltShutdown()));
    988988    connect(actionPool()->action(UIActionIndexRT_M_Machine_S_PowerOff), SIGNAL(triggered()),
    989             this, SLOT(sltPowerOff()));
     989            this, SLOT(sltPowerOff()), Qt::QueuedConnection);
    990990#ifdef RT_OS_DARWIN
    991991    connect(actionPool()->action(UIActionIndex_M_Application_S_Close), SIGNAL(triggered()),
    992             this, SLOT(sltClose()));
     992            this, SLOT(sltClose()), Qt::QueuedConnection);
    993993#else /* !RT_OS_DARWIN */
    994994    connect(actionPool()->action(UIActionIndexRT_M_Machine_S_Close), SIGNAL(triggered()),
    995             this, SLOT(sltClose()));
     995            this, SLOT(sltClose()), Qt::QueuedConnection);
    996996#endif /* !RT_OS_DARWIN */
    997997
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