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:
parent
7bfa6cc08a
commit
10b84c863d
@ -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" ) );
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user