mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 13:47:26 +02:00
Added tooltip.
This commit is contained in:
@@ -46,6 +46,7 @@ ScriptCollectionHeader::ScriptCollectionHeader( QWidget* parent )
|
|||||||
connect( m_refreshButton, SIGNAL( clicked() ),
|
connect( m_refreshButton, SIGNAL( clicked() ),
|
||||||
this, SIGNAL( refreshClicked() ) );
|
this, SIGNAL( refreshClicked() ) );
|
||||||
m_refreshButton->hide();
|
m_refreshButton->hide();
|
||||||
|
m_refreshButton->setToolTip( tr( "Reload Collection" ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user