]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/epg/EPGItem.hpp
Qt: EPG, propagate the infos when clicking on an Item
[vlc] / modules / gui / qt4 / components / epg / EPGItem.hpp
index 376ba6d7ba018595121fcf901cc8db56cfca019f..fd531caefe048d9e887d5c38422c0efa3734ea51 100644 (file)
@@ -53,6 +53,9 @@ public:
     void setShortDescription( const QString& shortDescription );
     void setCurrent( bool current );
 
+protected:
+    virtual void focusInEvent( QFocusEvent * event );
+
 private:
     EPGView     *m_view;
     QRectF      m_boundingRect;