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:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user