summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
diff options
context:
space:
mode:
authorGiuseppe D'Angelo <dangelog@gmail.com>2012-03-12 18:41:34 +0000
committerQt by Nokia <qt-info@nokia.com>2012-03-14 11:37:18 +0100
commit8b6338be4a41b70f2fc3a18ca07592ca7eb01432 (patch)
tree6640064078bc468afcfe8cbe80d678428575912a /src/corelib/tools
parentba061da5f07b55bfd8a449b794d439c59d2f13d2 (diff)
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>
Diffstat (limited to 'src/corelib/tools')
-rw-r--r--src/corelib/tools/qregexp.cpp4
1 files changed, 2 insertions, 2 deletions
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