summaryrefslogtreecommitdiffstats
path: root/qmake/doc/src/qmake-manual.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'qmake/doc/src/qmake-manual.qdoc')
-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])