shared: ParallelDirScanner: Fix missing progress report from top-level scan
Cette révision appartient à :
Parent
bda23670e3
révision
1636e39c5b
@ -99,6 +99,7 @@ void ParallelDirScanner::scan()
|
||||
}
|
||||
}
|
||||
}
|
||||
emit this->progress(this->processedPaths, this->processedPaths);
|
||||
int threadsNum = getThreadsNum();
|
||||
if(threadsNum == 0)
|
||||
{
|
||||
|
Chargement…
Référencer dans un nouveau ticket
Block a user