mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-29 11:48:05 -06:00
committed by
Vladimir Golovnev (Glassez)
parent
87b90b7fd7
commit
7049f80a01
@@ -61,7 +61,7 @@ QString Utils::String::fromLocal8Bit(const std::string_view string)
|
||||
|
||||
QString Utils::String::wildcardToRegexPattern(const QString &pattern)
|
||||
{
|
||||
#if (QT_VERSION >= QT_VERSION_CHECK(6, 6, 0))
|
||||
#if (QT_VERSION >= QT_VERSION_CHECK(6, 6, 1))
|
||||
return QRegularExpression::wildcardToRegularExpression(pattern
|
||||
, (QRegularExpression::UnanchoredWildcardConversion | QRegularExpression::NonPathWildcardConversion));
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user