[vlc-devel] commit: Revert "Qt4: passing pointers over thread signals is not allowed... " ( Rémi Denis-Courmont )

git version control git at videolan.org
Mon Mar 1 19:48:19 CET 2010


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Mar  1 20:40:34 2010 +0200| [9bd636a7f94ebba26aa068570636efe9611afdaf] | committer: Rémi Denis-Courmont 

Revert "Qt4: passing pointers over thread signals is not allowed..."

This reverts commit dcd592840d22bc93d287c9edbba72625746d1096.

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

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9bd636a7f94ebba26aa068570636efe9611afdaf
---

 modules/gui/qt4/components/info_panels.cpp |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/modules/gui/qt4/components/info_panels.cpp b/modules/gui/qt4/components/info_panels.cpp
index a0fbb59..c10cadd 100644
--- a/modules/gui/qt4/components/info_panels.cpp
+++ b/modules/gui/qt4/components/info_panels.cpp
@@ -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
+
 }
 
 /**




More information about the vlc-devel mailing list