VirtualBox

Changeset 35270 in vbox


Ignore:
Timestamp:
Dec 21, 2010 9:03:03 AM (14 years ago)
Author:
vboxsync
Message:

FE/Qt: 5421: Trying to fix rare crash during opening VM settings.

File:
1 edited

Legend:

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

    r35235 r35270  
    432432    connect(mVmAddAction, SIGNAL(triggered()), this, SLOT(vmAdd()));
    433433
    434     connect(mVmConfigAction, SIGNAL(triggered()), this, SLOT(vmSettings()));
     434    connect(mVmConfigAction, SIGNAL(triggered()), this, SLOT(vmSettings()), Qt::QueuedConnection);
    435435    connect(mVmDeleteAction, SIGNAL(triggered()), this, SLOT(vmDelete()));
    436436    connect(mVmStartAction, SIGNAL(triggered()), this, SLOT(vmStart()));
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