Commit 63f811e2 authored by Ludovic Fauvet's avatar Ludovic Fauvet Committed by Jean-Baptiste Kempf

epg: remove debug in epg

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
(cherry picked from commit 5519059009749a0357e95751cdde3b00d1f7f2b3)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent b161b942
...@@ -36,9 +36,6 @@ EPGView::EPGView( QWidget *parent ) : QGraphicsView( parent ) ...@@ -36,9 +36,6 @@ EPGView::EPGView( QWidget *parent ) : QGraphicsView( parent )
m_startTime = QDateTime::currentDateTime(); m_startTime = QDateTime::currentDateTime();
//tmp
setSceneRect( 0, 0, 20000, 200 );
QGraphicsScene *EPGscene = new QGraphicsScene( this ); QGraphicsScene *EPGscene = new QGraphicsScene( this );
setScene( EPGscene ); setScene( EPGscene );
......
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