1
0

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

Dieser Commit ist enthalten in:
Albert S. 2022-06-27 23:11:26 +02:00
Ursprung bda23670e3
Commit 1636e39c5b

Datei anzeigen

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