[vlc-commits] Qt: EPGItem: add tooltip

Francois Cartegnie git at videolan.org
Sat Mar 5 16:25:46 CET 2011


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Fri Mar  4 21:45:12 2011 +0100| [24495089bab6d25b66ad71b7ef4d85f1dd9fed5e] | committer: Francois Cartegnie

Qt: EPGItem: add tooltip

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=24495089bab6d25b66ad71b7ef4d85f1dd9fed5e
---

 modules/gui/qt4/components/epg/EPGItem.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/gui/qt4/components/epg/EPGItem.cpp b/modules/gui/qt4/components/epg/EPGItem.cpp
index b40cd1f..feed3a3 100644
--- a/modules/gui/qt4/components/epg/EPGItem.cpp
+++ b/modules/gui/qt4/components/epg/EPGItem.cpp
@@ -151,6 +151,7 @@ void EPGItem::setDuration( int duration )
 void EPGItem::setName( const QString& name )
 {
     m_name = name;
+    setToolTip( m_name );
 }
 
 void EPGItem::setDescription( const QString& description )



More information about the vlc-commits mailing list