Changeset e2499dc3873f07fc916f292187c07d0eff74061c

Show
Ignore:
Timestamp:
06/22/08 16:29:30 (3 months ago)
Author:
Rémi Denis-Courmont <rdenis@simphalempin.com>
git-committer:
Rémi Denis-Courmont <rdenis@simphalempin.com> 1214144970 +0300
git-parent:

[b185143182ec88ffaf77fc0620cbd56664d8a21f]

git-author:
Rémi Denis-Courmont <rdenis@simphalempin.com> 1214144970 +0300
Message:

Remove BlockingQueuedConnection?, hopefully not needed

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/gui/qt4/components/interface_widgets.cpp

    r6059d32 re2499dc  
    7474    setAttribute( Qt::WA_PaintOnScreen, true ); 
    7575 
    76     /* The core can ask through a callback to show the video. 
    77      * NOTE: We need to block the video output core until the window handle 
    78      * is ready for use (otherwise an X11 invalid handle failure may occur). 
    79      * As a side effect, it is illegal to emit askVideoWidgetToShow from 
    80      * the same thread as the Qt4 thread that owns this. */ 
    81     QObject::connect( this, SIGNAL(askVideoWidgetToShow()), this, SLOT(show()), 
    82                       Qt::BlockingQueuedConnection ); 
     76    /* The core can ask through a callback to show the video. */ 
     77    CONNECT( this, askVideoWidgetToShow(), this, show() ); 
    8378 
    8479    /* The core can ask through a callback to resize the video */