mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-22 06:13:36 -07:00
Fix compilation with Qt 6.6.0
This commit is contained in:
parent
d29f47c36e
commit
ae7d4f7451
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