From 8291fc72e5e4d026da6d3284ed49b6c20371530b Mon Sep 17 00:00:00 2001 From: Tobias Doerffel Date: Tue, 3 Jun 2008 16:02:33 +0000 Subject: [PATCH] re-enabled tooltips git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1064 0778d3d1-df1d-0410-868b-ea421aaaa00d --- src/gui/widgets/tooltip.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/widgets/tooltip.cpp b/src/gui/widgets/tooltip.cpp index f0d312206..3c6a183ac 100644 --- a/src/gui/widgets/tooltip.cpp +++ b/src/gui/widgets/tooltip.cpp @@ -35,7 +35,7 @@ void toolTip::add( QWidget * _w, const QString & _txt ) { if( !configManager::inst()->value( "tooltips", "disabled" ).toInt() ) { - //_w->setToolTip( _txt ); + _w->setToolTip( _txt ); } }