Commit 9bd636a7 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

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

This reverts commit dcd59284.

This bug is so pervasive within the Qt4 interface that removing this
instance won't make a difference.
parent 892f3b5a
......@@ -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
}
/**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment