Skip to content

Fix check for temporary QString when checking QRegularExpression

Waqar Ahmed requested to merge work/use-static-qregex-fix into master

Every QRegularExpression constructed from a temporary QString is not warnable.

Merge request reports