Commit 39daee31 authored by Francois Cartegnie's avatar Francois Cartegnie Committed by Jean-Baptiste Kempf

Qt: epg: fix update signal

(cherry picked from commit 1d0f949a8202aa34e8f7f7f7ac2992c9fdd602f2)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent c860dabc
...@@ -75,7 +75,7 @@ EpgDialog::EpgDialog( intf_thread_t *_p_intf ): QVLCFrame( _p_intf ) ...@@ -75,7 +75,7 @@ EpgDialog::EpgDialog( intf_thread_t *_p_intf ): QVLCFrame( _p_intf )
CONNECT( epg, itemSelectionChanged( EPGItem *), this, displayEvent( EPGItem *) ); CONNECT( epg, itemSelectionChanged( EPGItem *), this, displayEvent( EPGItem *) );
CONNECT( THEMIM->getIM(), epgChanged(), this, updateInfos() ); CONNECT( THEMIM->getIM(), epgChanged(), this, updateInfos() );
CONNECT( THEMIM, inputChanged( input_thread_t * ), this, updateInfos() ); CONNECT( THEMIM, inputChanged( ), this, updateInfos() );
QDialogButtonBox *buttonsBox = new QDialogButtonBox( this ); QDialogButtonBox *buttonsBox = new QDialogButtonBox( this );
......
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