Skip to content
Commit aca36b27 authored by Ahmad Samir's avatar Ahmad Samir
Browse files

Use QSFPM::setFilterRegularExpression everywhere

Instead of setFilterFixedString() which doesn't modify the QRegularExpression
part of the QSFPM, and use QRegularExpression::escape() on the pattern to make
it plain text.

Match case-insensitively to match what's done in
SortFilterModel::setFilterRegExp().

Note that this whole class is going to be moved out of here (see comment in
header file).
parent 12d5943b
Pipeline #177167 passed with stage
in 3 minutes and 41 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment