Skip to content
Commit a646eb97 authored by Igor Kushnir's avatar Igor Kushnir 💬
Browse files

SvnInternalDiffJob: port from QRegExp to QRegularExpression

The subversion library output probably does not contain insignificant
trailing non-ASCII whitespace characters. So do not completely preserve
the QRegExp behavior using the pattern option
QRegularExpression::UseUnicodePropertiesOption.

Optimize: do not match the same regex against the same string twice in a
row.
parent 841e647d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment