1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-01 03:40:16 +02: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

View File

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