mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-20 07:49:42 +01:00
* Fixed TWK-436: Use search icon for search pages.
This commit is contained in:
parent
00973e6365
commit
98aa2a447e
@ -50,6 +50,7 @@ public:
|
||||
|
||||
virtual QString title() const { return QString( tr( "Search: %1" ) ).arg( m_search ); }
|
||||
virtual QString description() const { return tr( "Results for '%1'" ).arg( m_search ); }
|
||||
virtual QPixmap pixmap() const { return QPixmap( RESPATH "images/search-icon.png" ); }
|
||||
|
||||
virtual bool showStatsBar() const { return false; }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user