1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-14 01:54:07 +02: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 void
QueryLabel::clear() QueryLabel::clear()
{ {
m_type = None; m_text.clear();
m_result.clear(); m_result.clear();
m_query.clear(); m_query.clear();
m_artist.clear(); m_artist.clear();