1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-06 22:26:32 +02:00

* Fixed TWK-436: Use search icon for search pages.

This commit is contained in:
Christian Muehlhaeuser
2011-09-06 06:52:39 +02:00
parent 00973e6365
commit 98aa2a447e

View File

@@ -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; }