1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 11:20:22 +02:00

Fix odd indentation.

This commit is contained in:
Thierry Goeckel
2014-10-05 16:50:28 +02:00
parent 28c8251efe
commit 4c78ad087e

View File

@@ -364,9 +364,9 @@ Pipeline::reportResults( QID qid, const QList< result_ptr >& results )
httpResults << r;
else
cleanResults << r;
}const
}
ResultUrlChecker* checker = new ResultUrlChecker( q, httpResults );
const ResultUrlChecker* checker = new ResultUrlChecker( q, httpResults );
connect( checker, SIGNAL( done() ), SLOT( onResultUrlCheckerDone() ) );
addResultsToQuery( q, cleanResults );