qt5base-lts/tests/auto/corelib/itemmodels/qabstractitemmodel
Samuel Gaist c222a9283d QAbstractItemModel: implement QRegularExpression support for match
This is part of the migration of qtbase from QRexExp to
QRegularExpression.

[ChangeLog][QtCore][QAbstractItemModel] The match() method now
supports the new Qt::RegularExpression match flag value. This
will allow users to use either a string or a fully configured
QRegularExpression when doing searches. In the second case,
the case sensitivity flag will be ignored if passed.

Task-number: QTBUG-72587
Change-Id: I07c8d72a661c48b7f4fcf13ef8e95980bcdcb998
Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
2019-10-16 21:53:30 +02:00
..
.gitignore Move QAbstractItemModel into a separate directory. 2011-12-13 02:23:42 +01:00
qabstractitemmodel.pro QAbstractItemModelTester: fix the autotests 2018-01-09 21:12:58 +00:00
tst_qabstractitemmodel.cpp QAbstractItemModel: implement QRegularExpression support for match 2019-10-16 21:53:30 +02:00