From 5fe963fa502cdc8f3535d492b9ee2433f3380c6d Mon Sep 17 00:00:00 2001
From: Christian Muehlhaeuser <muesli@gmail.com>
Date: Fri, 26 Apr 2013 10:44:59 +0200
Subject: [PATCH] * Don't launch WebResultHintChecker from PlaylistModel.

---
 src/libtomahawk/playlist/PlaylistModel.cpp | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/libtomahawk/playlist/PlaylistModel.cpp b/src/libtomahawk/playlist/PlaylistModel.cpp
index 1939529e1..53460b629 100644
--- a/src/libtomahawk/playlist/PlaylistModel.cpp
+++ b/src/libtomahawk/playlist/PlaylistModel.cpp
@@ -35,7 +35,6 @@
 #include "PlayableItem.h"
 #include "utils/TomahawkUtils.h"
 #include "utils/Logger.h"
-#include <utils/WebResultHintChecker.h>
 
 using namespace Tomahawk;
 
@@ -288,8 +287,6 @@ PlaylistModel::insertEntries( const QList< Tomahawk::plentry_ptr >& entries, int
         }
 
         connect( plitem, SIGNAL( dataChanged() ), SLOT( onDataChanged() ) );
-
-        WebResultHintChecker::checkQuery( entry->query() );
     }
 
     if ( !m_waitingForResolved.isEmpty() )