mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-20 07:49:42 +01:00
Fix odd indentation.
This commit is contained in:
parent
28c8251efe
commit
4c78ad087e
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user