1
0
Derivar 0

shared: ParallelDirScanner: Fix missing progress report from top-level scan

Este cometimento está contido em:
Albert S. 2022-06-27 23:11:26 +02:00
ascendente bda23670e3
cometimento 1636e39c5b
1 ficheiros modificados com 1 adições e 0 eliminações

Ver ficheiro

@ -99,6 +99,7 @@ void ParallelDirScanner::scan()
}
}
}
emit this->progress(this->processedPaths, this->processedPaths);
int threadsNum = getThreadsNum();
if(threadsNum == 0)
{