Skip to content

Fix certificate filtering

Nicolas Fella requested to merge work/fixfiltering into master

filterRegExp must not be ported to filterRegularExpression in Qt5

setFilterFixedString sets filterRegExp, but not filterRegularExpression

In Qt6 this is fixed

Merge request reports