Commit 396ce0f0 authored by Ilkka Ollakka's avatar Ilkka Ollakka

QT4: remove unneeded signal-connect

parent c777b554
...@@ -96,10 +96,6 @@ PlaylistWidget::PlaylistWidget( intf_thread_t *_p_i ) : p_intf ( _p_i ) ...@@ -96,10 +96,6 @@ PlaylistWidget::PlaylistWidget( intf_thread_t *_p_i ) : p_intf ( _p_i )
emit rootChanged( p_root->i_id ); emit rootChanged( p_root->i_id );
/* art */
CONNECT( THEMIM->getIM(), artChanged( input_item_t* ) ,
art, update( input_item_t* ) );
/* Add the two sides of the QSplitter */ /* Add the two sides of the QSplitter */
addWidget( leftW ); addWidget( leftW );
addWidget( rightPanel ); addWidget( rightPanel );
......
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