1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-16 11:04:01 +02:00

Show what you've actually searched for in the sidebar

This commit is contained in:
Dominik Schmidt
2011-08-09 02:51:34 +02:00
parent 304981c28b
commit 6b62265708

View File

@@ -48,7 +48,7 @@ public:
virtual Tomahawk::PlaylistInterface* playlistInterface() const { return 0; }
virtual bool isTemporaryPage() const { return true; }
virtual QString title() const { return tr( "Search" ); }
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 bool showStatsBar() const { return false; }