1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-13 20:39:57 +01:00

* Clear QueryLabel's text, but not type.

This commit is contained in:
Christian Muehlhaeuser 2014-08-25 13:25:14 +02:00
parent 9da675f13a
commit d869656e22

View File

@ -159,8 +159,7 @@ QueryLabel::setText( const QString& text )
void
QueryLabel::clear()
{
m_type = None;
m_text.clear();
m_result.clear();
m_query.clear();
m_artist.clear();