1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-09 07:36:48 +02:00

* Slight optimation.

This commit is contained in:
Christian Muehlhaeuser
2011-12-05 10:04:18 +01:00
parent 7b4d08a7f5
commit 3520a7d0d8

View File

@@ -385,6 +385,9 @@ Query::checkResults()
{ {
solved = true; solved = true;
} }
if ( playable )
break;
} }
} }