mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 14:38:04 -06:00
Remove static keyword overuse
This commit is contained in:
@@ -110,7 +110,7 @@ bool Utils::Fs::smartRemoveEmptyFolderTree(const QString &path)
|
||||
if (path.isEmpty() || !QDir(path).exists())
|
||||
return true;
|
||||
|
||||
static const QStringList deleteFilesList = {
|
||||
const QStringList deleteFilesList = {
|
||||
// Windows
|
||||
"Thumbs.db",
|
||||
"desktop.ini",
|
||||
|
||||
Reference in New Issue
Block a user