1
0
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:
Jonas Kvinge 2020-09-20 14:55:52 +02:00
parent 91d0a2cd0c
commit 230376c7f3

View File

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