Fix code style and errors
This commit is contained in:
@@ -263,7 +263,7 @@ bool RemoveRecursive(const QString &path) {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (!dir.rmdir(path)) return false;
|
||||
return dir.rmdir(path);
|
||||
|
||||
return true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user