Ignore unused variable in MoveToTrashRecursive
This commit is contained in:
@@ -270,7 +270,7 @@ bool MoveToTrashRecursive(const QString &path) {
|
|||||||
return dir.rmdir(path);
|
return dir.rmdir(path);
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
Q_UNUSED(path)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user