mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 05:37:29 +02:00
* Don't launch WebResultHintChecker from PlaylistModel.
This commit is contained in:
@@ -35,7 +35,6 @@
|
|||||||
#include "PlayableItem.h"
|
#include "PlayableItem.h"
|
||||||
#include "utils/TomahawkUtils.h"
|
#include "utils/TomahawkUtils.h"
|
||||||
#include "utils/Logger.h"
|
#include "utils/Logger.h"
|
||||||
#include <utils/WebResultHintChecker.h>
|
|
||||||
|
|
||||||
using namespace Tomahawk;
|
using namespace Tomahawk;
|
||||||
|
|
||||||
@@ -288,8 +287,6 @@ PlaylistModel::insertEntries( const QList< Tomahawk::plentry_ptr >& entries, int
|
|||||||
}
|
}
|
||||||
|
|
||||||
connect( plitem, SIGNAL( dataChanged() ), SLOT( onDataChanged() ) );
|
connect( plitem, SIGNAL( dataChanged() ), SLOT( onDataChanged() ) );
|
||||||
|
|
||||||
WebResultHintChecker::checkQuery( entry->query() );
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( !m_waitingForResolved.isEmpty() )
|
if ( !m_waitingForResolved.isEmpty() )
|
||||||
|
Reference in New Issue
Block a user