From 8b6338be4a41b70f2fc3a18ca07592ca7eb01432 Mon Sep 17 00:00:00 2001 From: Giuseppe D'Angelo Date: Mon, 12 Mar 2012 18:41:34 +0000 Subject: QRegExp: remove docs about RegExp2 being default in Qt5 Change-Id: I37f4086d53ce6f2d6774ab204808d0d678a68349 Reviewed-by: Andy Shaw Reviewed-by: Lars Knoll Reviewed-by: Robin Burchell --- src/corelib/tools/qregexp.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/corelib/tools/qregexp.cpp') diff --git a/src/corelib/tools/qregexp.cpp b/src/corelib/tools/qregexp.cpp index 29b3424315..6462b3df92 100644 --- a/src/corelib/tools/qregexp.cpp +++ b/src/corelib/tools/qregexp.cpp @@ -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 -- cgit v1.2.3