mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-20 07:49:42 +01:00
Remove Result::isValid as it's always true
This commit is contained in:
parent
31ec6df2a1
commit
cc6e7f349c
@ -128,13 +128,6 @@ Result::deleteLater()
|
||||
}
|
||||
|
||||
|
||||
bool
|
||||
Result::isValid() const
|
||||
{
|
||||
return m_track && !m_track->artist().isEmpty() && !m_track->track().isEmpty();
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
Result::onResolverRemoved( Tomahawk::Resolver* resolver )
|
||||
{
|
||||
|
@ -72,8 +72,6 @@ public:
|
||||
|
||||
virtual ~Result();
|
||||
|
||||
bool isValid() const;
|
||||
|
||||
QVariant toVariant() const;
|
||||
QString toString() const;
|
||||
Tomahawk::query_ptr toQuery();
|
||||
|
Loading…
x
Reference in New Issue
Block a user