summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2020-04-03 20:35:43 +0200
committerLars Knoll <lars.knoll@qt.io>2020-04-15 14:39:19 +0200
commitb6145bfcc5dc1dde253c9bf44f751270fbfcb577 (patch)
treebb22d6b5da6f6b7ab64cc2387a8d81f555e3a0bd /src
parentdd152c84045f56367a98c11261d5c00f4398045a (diff)
Remove two leftover references to QRegExp in the docs
Change-Id: I7e025d6a03827addb61740649a77dd74f7416962 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/corelib/doc/src/datastreamformat.qdoc1
-rw-r--r--src/corelib/global/qnamespace.qdoc2
2 files changed, 1 insertions, 2 deletions
diff --git a/src/corelib/doc/src/datastreamformat.qdoc b/src/corelib/doc/src/datastreamformat.qdoc
index b813612eec..1e23b19c1f 100644
--- a/src/corelib/doc/src/datastreamformat.qdoc
+++ b/src/corelib/doc/src/datastreamformat.qdoc
@@ -77,7 +77,6 @@
\li QPoint
\li QQuaternion
\li QRect
- \li QRegExp
\li QRegularExpression
\li QRegion
\li QSize
diff --git a/src/corelib/global/qnamespace.qdoc b/src/corelib/global/qnamespace.qdoc
index 480d96acc7..4faeaeb213 100644
--- a/src/corelib/global/qnamespace.qdoc
+++ b/src/corelib/global/qnamespace.qdoc
@@ -2885,7 +2885,7 @@
the first item and continues until all items have been examined.
\value MatchRecursive Searches the entire hierarchy.
- \sa QString::compare(), QRegExp, QRegularExpression
+ \sa QString::compare(), QRegularExpression
*/
/*!