X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fgui%2Fqt4%2Fcomponents%2Fepg%2FEPGItem.hpp;fp=modules%2Fgui%2Fqt4%2Fcomponents%2Fepg%2FEPGItem.hpp;h=fd531caefe048d9e887d5c38422c0efa3734ea51;hb=08823609eadfa901447e58ade45a862a0964d2ed;hp=376ba6d7ba018595121fcf901cc8db56cfca019f;hpb=e0a92345a179401427f6a896626b6259a5c4709d;p=vlc diff --git a/modules/gui/qt4/components/epg/EPGItem.hpp b/modules/gui/qt4/components/epg/EPGItem.hpp index 376ba6d7ba..fd531caefe 100644 --- a/modules/gui/qt4/components/epg/EPGItem.hpp +++ b/modules/gui/qt4/components/epg/EPGItem.hpp @@ -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;