mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-12 00:06:16 -07:00
parent
87b90b7fd7
commit
7049f80a01
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue