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:
parent
cde8fe3c1f
commit
5fe963fa50
@ -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() )
|
||||
|
Loading…
x
Reference in New Issue
Block a user