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