Skip to content

[kopenwithdialog] Fix filtering

Nicolas Fella requested to merge work/fixfilter into master

We call setFilterFixedString, which updates filterRegExp, but not filterRegularExpression in Qt5

In Qt6 this is fixed

BUG: 449330

Merge request reports