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:
@@ -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();
|
||||||
|
Reference in New Issue
Block a user