From 2ef65680116fdcac85fa82bdefee0273b482fefd Mon Sep 17 00:00:00 2001 From: attero Date: Sun, 10 Dec 2023 02:17:24 +0100 Subject: [PATCH] changed quote type --- src/qvimagecore.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qvimagecore.cpp b/src/qvimagecore.cpp index 1b486400..549a1aa7 100644 --- a/src/qvimagecore.cpp +++ b/src/qvimagecore.cpp @@ -284,7 +284,7 @@ QList QVImageCore::getCompatibleFiles(const QString } // ignore macOS ._ metadata files - if (fileName.startsWith('._')) + if (fileName.startsWith("._")) { matched = false; }