re-enabled tooltips

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1064 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-06-03 16:02:33 +00:00
parent e396932e70
commit 8291fc72e5

View File

@@ -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 );
}
}