summaryrefslogtreecommitdiffstats
path: root/examples/widgets/doc/src/regularexpression.qdoc
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2020-04-02 13:00:03 +0200
committerLars Knoll <lars.knoll@qt.io>2020-04-13 09:40:54 +0200
commit466a4245142d490890d11580c956d9288fab3ad3 (patch)
treee142f37fb86d0aa653693257c6434c63055c36d5 /examples/widgets/doc/src/regularexpression.qdoc
parentea6c69bd6aff964818149772a748dbfc3ae38ff2 (diff)
Fix example documentation to not mention QRegExp anymore
Change-Id: I2761d8efef31a3b890de9cab78589f1d6c03f62d Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'examples/widgets/doc/src/regularexpression.qdoc')
-rw-r--r--examples/widgets/doc/src/regularexpression.qdoc3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/widgets/doc/src/regularexpression.qdoc b/examples/widgets/doc/src/regularexpression.qdoc
index 2ced25c347..f11679cf6c 100644
--- a/examples/widgets/doc/src/regularexpression.qdoc
+++ b/examples/widgets/doc/src/regularexpression.qdoc
@@ -40,9 +40,6 @@
case insensitive matching, multiline matching, Unicode properties selectors
and partial/incremental matching.
- QRegularExpression is a big improvement over QRegExp in terms of features
- and performance and should be used in all new code.
-
\image regularexpression-example.png
*/