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

This commit is contained in:
Albert S. 2022-06-27 23:11:26 +02:00
parent bda23670e3
commit 1636e39c5b
1 changed files with 1 additions and 0 deletions

View File

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