mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-01-01 19:18:28 +01:00
Ignore unused variable in MoveToTrashRecursive
This commit is contained in:
parent
91d0a2cd0c
commit
230376c7f3
@ -270,7 +270,7 @@ bool MoveToTrashRecursive(const QString &path) {
|
||||
return dir.rmdir(path);
|
||||
|
||||
#else
|
||||
|
||||
Q_UNUSED(path)
|
||||
return false;
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user