Commit fca4d1ec authored by Adrien Maglo's avatar Adrien Maglo

Qt/EPG: Revert previous commit.

Sorry, this is not causing the issue ...
parent ce90f5df
......@@ -86,8 +86,7 @@ void EPGItem::paint( QPainter *painter, const QStyleOptionGraphicsItem*, QWidget
mapped.adjust( 0, 20, 0, 0 );
QDateTime m_end = m_start;
m_end.addSecs( m_duration );
QDateTime m_end = m_start.addSecs( m_duration );
f.setPixelSize( 10 );
f.setItalic( true );
painter->setFont( f );
......
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