mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
clang-format
This commit is contained in:
@ -50,7 +50,7 @@ void FoldersRemover::process()
|
||||
QModelIndex mi = i.previous();
|
||||
currentFolderPath = i2.previous();
|
||||
QDir d(currentFolderPath);
|
||||
if (d.removeRecursively() || !d.exists()) //the folder is in the DB but no in the drive...
|
||||
if (d.removeRecursively() || !d.exists()) // the folder is in the DB but no in the drive...
|
||||
emit remove(mi);
|
||||
else
|
||||
emit removeError();
|
||||
|
Reference in New Issue
Block a user