Remove two leftover references to QRegExp in the docs
Change-Id: I7e025d6a03827addb61740649a77dd74f7416962 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>bb10
parent
dd152c8404
commit
b6145bfcc5
|
|
@ -77,7 +77,6 @@
|
|||
\li QPoint
|
||||
\li QQuaternion
|
||||
\li QRect
|
||||
\li QRegExp
|
||||
\li QRegularExpression
|
||||
\li QRegion
|
||||
\li QSize
|
||||
|
|
|
|||
|
|
@ -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
|
||||
*/
|
||||
|
||||
/*!
|
||||
|
|
|
|||
Loading…
Reference in New Issue