1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 19:30:21 +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;
}
if ( playable )
break;
}
}