1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-23 09:19:41 +01:00

* Don't launch WebResultHintChecker from PlaylistModel.

This commit is contained in:
Christian Muehlhaeuser 2013-04-26 10:44:59 +02:00
parent cde8fe3c1f
commit 5fe963fa50

View File

@ -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() )