]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/epg/EPGWidget.hpp
Remove the channel list overlaid above the EPGView widget.
[vlc] / modules / gui / qt4 / components / epg / EPGWidget.hpp
index 41bcba7bae1ad5f93dc658227ebe3858d8caf9e6..ad03eac465e2cadb942a9b8fc53473f2d7e8b92d 100644 (file)
@@ -27,6 +27,7 @@
 #include "EPGView.hpp"
 #include "EPGEvent.hpp"
 #include "EPGRuler.hpp"
+#include "EPGChannels.hpp"
 
 #include <vlc_common.h>
 #include <vlc_epg.h>
@@ -49,6 +50,7 @@ public slots:
 private:
     EPGRuler* m_rulerWidget;
     EPGView* m_epgView;
+    EPGChannels *m_channelsWidget;
 
     QMultiMap<QString, EPGEvent*> m_events;