shared: ParallelDirScanner: Fix missing progress report from top-level scan
这个提交包含在:
父节点
bda23670e3
当前提交
1636e39c5b
@ -99,6 +99,7 @@ void ParallelDirScanner::scan()
|
||||
}
|
||||
}
|
||||
}
|
||||
emit this->progress(this->processedPaths, this->processedPaths);
|
||||
int threadsNum = getThreadsNum();
|
||||
if(threadsNum == 0)
|
||||
{
|
||||
|
正在加载...
在新工单中引用
屏蔽一个用户