1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-21 00:09:47 +01: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;
}
}