1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 15:59:42 +01:00

Added tooltip.

This commit is contained in:
Teo Mrnjavac 2013-02-19 13:40:02 +01:00
parent 7bfa6cc08a
commit 10b84c863d

View File

@ -46,6 +46,7 @@ ScriptCollectionHeader::ScriptCollectionHeader( QWidget* parent )
connect( m_refreshButton, SIGNAL( clicked() ),
this, SIGNAL( refreshClicked() ) );
m_refreshButton->hide();
m_refreshButton->setToolTip( tr( "Reload Collection" ) );
}