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:
parent
30559095ed
commit
96b546c46b
|
@ -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.
|
||||
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue