Skip to content

Port SearchJob away from QRegExp

Volker Krause requested to merge work/vkrause/qregexp-file-search-port into master

The actual regex use here is relatively straightforward, but this was using QRegExp to store search options in a way that we cannot replicate 1:1 with QRegularExpression.

Merge request reports