Ignore unused variable in MoveToTrashRecursive

This commit is contained in:
Jonas Kvinge 2020-09-20 14:55:52 +02:00
parent 91d0a2cd0c
commit 230376c7f3
1 changed files with 1 additions and 1 deletions

View File

@ -270,7 +270,7 @@ bool MoveToTrashRecursive(const QString &path) {
return dir.rmdir(path);
#else
Q_UNUSED(path)
return false;
#endif