1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-23 01:09:42 +01: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 "Result.h"
#include "Pipeline.h"
#include "Source.h"
using namespace Tomahawk;
@ -68,7 +69,7 @@ PlaylistInterface::filterTracks( const QList<Tomahawk::query_ptr>& queries )
break;
const query_ptr& q2 = result.at( j );
if ( q1->track() == q2->track() )
{
picked = false;