QRegExp: remove docs about RegExp2 being default in Qt5
authorGiuseppe D'Angelo <dangelog@gmail.com>
Mon, 12 Mar 2012 18:41:34 +0000 (18:41 +0000)
committerQt by Nokia <qt-info@nokia.com>
Wed, 14 Mar 2012 10:37:18 +0000 (11:37 +0100)
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>
src/corelib/tools/qregexp.cpp

index 29b3424..6462b3d 100644 (file)
@@ -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