From 36caa1f292ddfd45b877d331e6d68f813563d259 Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Wed, 22 Jul 2020 14:54:08 +0200 Subject: Replace QRegExp by QRegularExpression Change-Id: I6c86565b8464efd0b7aec61c12879d3b95a5871c Reviewed-by: Christian Kandeler --- src/lib/corelib/tools/fileinfo.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/lib/corelib/tools/fileinfo.h') diff --git a/src/lib/corelib/tools/fileinfo.h b/src/lib/corelib/tools/fileinfo.h index 9813b69a7..c4ca5931a 100644 --- a/src/lib/corelib/tools/fileinfo.h +++ b/src/lib/corelib/tools/fileinfo.h @@ -79,7 +79,6 @@ public: static bool isPattern(const QString &str); static QString resolvePath(const QString &base, const QString &rel, HostOsInfo::HostOs hostOs = HostOsInfo::hostOs()); - static bool globMatches(const QRegExp &pattern, const QString &subject); static bool isFileCaseCorrect(const QString &filePath); // Symlink-correct check. -- cgit v1.2.3