Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WarmUpTill/SceneSwitcher
/ SetPatternOptions
Method
SetPatternOptions
lib/utils/regex-config.cpp:45–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
void RegexConfig::SetPatternOptions(QRegularExpression::PatternOptions options)
46
{
47
_options = options;
48
}
49
50
QRegularExpression RegexConfig::GetRegularExpression(const QString &expr) const
51
{
Callers
1
test-regex.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected