1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-21 16:29:43 +01:00

* Query::resolvingFinished should indicate whether there are any results, not whether the Query is solved.

This commit is contained in:
Christian Muehlhaeuser 2013-04-26 09:08:52 +02:00
parent a0a906b891
commit 9dbdffd0ef

@ -256,7 +256,7 @@ Query::onResolvingFinished()
m_resolveFinished = true;
m_resolvers.clear();
emit resolvingFinished( m_solved );
emit resolvingFinished( m_playable );
}
}