qt5base-lts/examples/widgets/tools/regularexpression
Giuseppe D'Angelo 9121829916 QRegularExpression: rename AnchoredMatchOption to AnchorAtOffsetMatchOption
The name of the option may cause confusion due to the fact
that it's not _fully_ anchoring the match, only anchoring it
at the offset passed to match() -- in other words, it's a
"left" anchoring. Deprecate the old name and introduce
a new one that should explain the situation better.

[ChangeLog][QtCore][QRegularExpression] The AnchoredMatchOption
match option has been deprecated in favor of
AnchorAtOffsetMatchOption, which should better describe
that the match is only anchored at the offset.

Change-Id: Ib751e5e488f2d0309a2da6496378247dfa4648de
Reviewed-by: Samuel Gaist <samuel.gaist@idiap.ch>
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@gmx.de>
2020-04-03 21:49:57 +02:00
..
images Add QRegularExpression based regexp tool 2015-04-02 13:19:30 +00:00
CMakeLists.txt Regenerate examples 2020-02-04 18:50:39 +00:00
main.cpp Unify license header usage. 2016-03-29 10:20:03 +00:00
regularexpression.pro qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
regularexpression.qrc Add QRegularExpression based regexp tool 2015-04-02 13:19:30 +00:00
regularexpressiondialog.cpp QRegularExpression: rename AnchoredMatchOption to AnchorAtOffsetMatchOption 2020-04-03 21:49:57 +02:00
regularexpressiondialog.h Cleanup QtWidgets (tools) examples 2019-09-11 20:36:17 +02:00