Formatting

This commit is contained in:
Jonas Kvinge
2019-04-12 19:55:19 +02:00
parent 77903a5ecd
commit 368bb54870
10 changed files with 29 additions and 36 deletions

View File

@@ -265,8 +265,6 @@ bool RemoveRecursive(const QString &path) {
return dir.rmdir(path);
return true;
}
bool CopyRecursive(const QString &source, const QString &destination) {