Replace QRegExp usages with QRegularExpression
QRegExp is deprecated in favor QRegularExpression. It's potentially an api breaking change as QRegularExpression has a different pattern syntax.
QRegExp is deprecated in favor QRegularExpression. It's potentially an api breaking change as QRegularExpression has a different pattern syntax.