Remove static keyword overuse

This commit is contained in:
Chocobo1 2018-07-23 12:49:32 +08:00 committed by sledgehammer999
commit 2bcf09cfa5
No known key found for this signature in database
GPG key ID: 6E4A2D025B7CC9A2
2 changed files with 2 additions and 2 deletions

View file

@ -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",