]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/dialogs/epg.cpp
QT4: Connect INPUT_EVENT_ITEM_EPG to update epg-widget via inputmanager
[vlc] / modules / gui / qt4 / dialogs / epg.cpp
index 40980c7d383bf5a6ab34ca99f4c89f846f57a839..d54da54c0d1ae2ac29024dd0505a42301e531a4c 100644 (file)
@@ -72,6 +72,7 @@ EpgDialog::EpgDialog( intf_thread_t *_p_intf ): QVLCFrame( _p_intf )
     layout->addWidget( splitter );
 
     CONNECT( epg, itemSelectionChanged( EPGEvent *), this, showEvent( EPGEvent *) );
+    CONNECT( THEMIM->getIM(), epgChanged(), this, updateInfos() );
 
     QPushButton *update = new QPushButton( qtr( "Update" ) ); //Temporary to test
     layout->addWidget( update, 0, Qt::AlignRight );