From 466a4245142d490890d11580c956d9288fab3ad3 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Thu, 2 Apr 2020 13:00:03 +0200 Subject: Fix example documentation to not mention QRegExp anymore Change-Id: I2761d8efef31a3b890de9cab78589f1d6c03f62d Reviewed-by: Paul Wicking --- examples/widgets/doc/src/regularexpression.qdoc | 3 --- 1 file changed, 3 deletions(-) (limited to 'examples/widgets/doc/src/regularexpression.qdoc') 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 */ -- cgit v1.2.3