Skip to content

Port away from wildcard QRegExp uses

Volker Krause requested to merge work/vkrause/port-wildcard-regexp into master

QRegularExpression::wildcard returns an already anchored pattern, so match and exactMatch are equivalent here.

Merge request reports