Change documentation to mention QRegularExpression

As QRegExp is going away in Qt 6.

Change-Id: Ifb98da762b3d6cb593ec53cc23f7525cb2e9f595
Reviewed-by: Samuel Gaist <samuel.gaist@idiap.ch>
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
This commit is contained in:
Lars Knoll 2020-04-01 14:48:46 +02:00
parent 30559095ed
commit 96b546c46b
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ The regular expression in the snippet will only allow the inputted text to be
\c {fruit basket}.
Note that QML parses JavaScript regular expressions, while Qt's
\l {QRegExp} class' regular expressions are based on Perl regular expressions.
\l {QRegularExpression} class' regular expressions are based on Perl regular expressions.
*/