mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-13 01:57:07 -07:00
Remove static keyword overuse
This commit is contained in:
parent
697325af63
commit
2bcf09cfa5
2 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue