mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
Added tooltip.
This commit is contained in:
@@ -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" ) );
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user