1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-20 07:52:30 +02:00

* Really spammy debug output for testing.

This commit is contained in:
Christian Muehlhaeuser 2014-09-15 16:07:35 +02:00
parent 02ae04be06
commit 5538a29940

View File

@ -790,8 +790,10 @@ JSResolverHelper::addToFuzzyIndex( const QVariantList& list )
m_resolver->d_func()->fuzzyIndex->beginIndexing();
int x = 0;
foreach ( const QVariant& variant, list )
{
tDebug() << "Adding" << x++;
// Convert each entry to IndexData
if ( variant.canConvert( QVariant::Map ) ) {
QVariantMap map = variant.toMap();