URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c2f1429c320af3b720b0d08297b366326cdad4cd
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master-3.2
Repository: wireshark
Commits:
c2f1429 by Dario Lombardo (lomato@xxxxxxxxx):
Qt: replace QRegExp with QRegularExpression in FilterListModel.
The new class has a more powerful support for non-greedy regexps
(required in this case).
See: https://doc.qt.io/qt-5/qregularexpression.html#notes-for-qregexp-users
Bug: 16336
Change-Id: I4684fbf6aeeb55707d325775de487246ac398c2d
Reviewed-on: https://code.wireshark.org/review/35858
Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
(cherry picked from commit 59108b16835707dee35680d5951ffa1b4fd49b9e)
Reviewed-on: https://code.wireshark.org/review/35958
Petri-Dish: Dario Lombardo <lomato@xxxxxxxxx>
Actions performed:
from d5699ab [Automatic update for 2020-01-26]
add c2f1429 Qt: replace QRegExp with QRegularExpression in FilterListModel.
Summary of changes:
ui/qt/models/filter_list_model.cpp | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)