summaryrefslogtreecommitdiffstats
path: root/qmake/doc
diff options
context:
space:
mode:
authorSona Kurazyan <sona.kurazyan@qt.io>2020-06-29 16:54:15 +0200
committerSona Kurazyan <sona.kurazyan@qt.io>2020-07-13 10:53:23 +0200
commit361dc074f2301b4b68435c05ccaa7279c0170776 (patch)
tree5b22e926cae55437c46aa9507d8dd36bb252ebb0 /qmake/doc
parentac14858e85cfee06c1e19843b92d50e38bc969dd (diff)
Move QRegExp and its remaining mentions out of QtCore
Task-number: QTBUG-85235 Change-Id: Ibd6c98d952c1bb9916b64715c6430fb0d3fe3843 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'qmake/doc')
-rw-r--r--qmake/doc/src/qmake-manual.qdoc3
1 files changed, 2 insertions, 1 deletions
diff --git a/qmake/doc/src/qmake-manual.qdoc b/qmake/doc/src/qmake-manual.qdoc
index 9b37756b79..085cd5c461 100644
--- a/qmake/doc/src/qmake-manual.qdoc
+++ b/qmake/doc/src/qmake-manual.qdoc
@@ -3535,7 +3535,8 @@
\section2 re_escape(string)
Returns the \c string with every special regular expression character
- escaped with a backslash. This function is a wrapper around QRegExp::escape.
+ escaped with a backslash. This function is a wrapper around
+ QRegularExpression::escape.
\section2 read_registry(tree, key[, flag])