shared: IndexSyncer: Check whether file is located in a mountpath
这个提交包含在:
父节点
61a446ec2d
当前提交
61fa7ca16d
@ -55,6 +55,11 @@ void IndexSyncer::sync()
|
||||
emit finished(totalUpdatesFilesCount, totalDeletedFilesCount, totalErroredFilesCount);
|
||||
return;
|
||||
}
|
||||
if(Common::isMountPath(fileData.absPath))
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
QFileInfo fileInfo(fileData.absPath);
|
||||
if(fileInfo.exists())
|
||||
{
|
||||
|
正在加载...
在新工单中引用
屏蔽一个用户