Commit 24495089 authored by Francois Cartegnie's avatar Francois Cartegnie

Qt: EPGItem: add tooltip

parent 037acf63
...@@ -151,6 +151,7 @@ void EPGItem::setDuration( int duration ) ...@@ -151,6 +151,7 @@ void EPGItem::setDuration( int duration )
void EPGItem::setName( const QString& name ) void EPGItem::setName( const QString& name )
{ {
m_name = name; m_name = name;
setToolTip( m_name );
} }
void EPGItem::setDescription( const QString& description ) void EPGItem::setDescription( const QString& description )
......
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