QRegExp: remove docs about RegExp2 being default in Qt5
Change-Id: I37f4086d53ce6f2d6774ab204808d0d678a68349 Reviewed-by: Andy Shaw <andy.shaw@digia.com> Reviewed-by: Lars Knoll <lars.knoll@nokia.com> Reviewed-by: Robin Burchell <robin+qt@viroteck.net>bb10
parent
ba061da5f0
commit
8b6338be4a
|
|
@ -3918,8 +3918,8 @@ static void invalidateEngine(QRegExpPrivate *priv)
|
|||
\value RegExp A rich Perl-like pattern matching syntax. This is
|
||||
the default.
|
||||
|
||||
\value RegExp2 Like RegExp, but with \l{greedy quantifiers}. This
|
||||
will be the default in Qt 5. (Introduced in Qt 4.2.)
|
||||
\value RegExp2 Like RegExp, but with \l{greedy quantifiers}.
|
||||
(Introduced in Qt 4.2.)
|
||||
|
||||
\value Wildcard This provides a simple pattern matching syntax
|
||||
similar to that used by shells (command interpreters) for "file
|
||||
|
|
|
|||
Loading…
Reference in New Issue