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:
parent
1c55f56777
commit
da3bf8d43f
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user