1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-06 22:26:32 +02:00

Fix warning

This commit is contained in:
Leo Franchi
2012-05-25 08:52:10 -04:00
parent 1c55f56777
commit da3bf8d43f

View File

@@ -21,6 +21,7 @@
#include "utils/Logger.h" #include "utils/Logger.h"
#include "Result.h" #include "Result.h"
#include "Pipeline.h" #include "Pipeline.h"
#include "Source.h"
using namespace Tomahawk; using namespace Tomahawk;
@@ -68,7 +69,7 @@ PlaylistInterface::filterTracks( const QList<Tomahawk::query_ptr>& queries )
break; break;
const query_ptr& q2 = result.at( j ); const query_ptr& q2 = result.at( j );
if ( q1->track() == q2->track() ) if ( q1->track() == q2->track() )
{ {
picked = false; picked = false;