]> git.sesse.net Git - vlc/commitdiff
Revert "Qt4: passing pointers over thread signals is not allowed..."
authorRémi Denis-Courmont <remi@remlab.net>
Mon, 1 Mar 2010 18:40:34 +0000 (20:40 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Mon, 1 Mar 2010 18:46:16 +0000 (20:46 +0200)
This reverts commit dcd592840d22bc93d287c9edbba72625746d1096.

This bug is so pervasive within the Qt4 interface that removing this
instance won't make a difference.

modules/gui/qt4/components/info_panels.cpp

index a0fbb5936929e733beee998dda47e62becfef49c..c10caddd20fefbd275c1ecf8ec3bad9346ca1334 100644 (file)
@@ -162,8 +162,6 @@ MetaPanel::MetaPanel( QWidget *parent,
  **/
 void MetaPanel::update( input_item_t *p_item )
 {
-#warning This is wrong.
-#if 0
     if( !p_item )
     {
         clear();
@@ -245,7 +243,7 @@ void MetaPanel::update( input_item_t *p_item )
     }
 
     art_cover->showArtUpdate( file );
-#endif
+
 }
 
 /**