shared: IndexSyncer: Check whether file is located in a mountpath
Šī revīzija ir iekļauta:
vecāks
61a446ec2d
revīzija
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())
|
||||
{
|
||||
|
Notiek ielāde…
Atsaukties uz šo jaunā problēmā
Block a user