Add reference to QRegularExpression

Currently there's no mention of QRegularExpression in QRegExp's
documentation. This makes it hard to find QRegularExpression for user
used to QRegExp. This patch adds that missing reference.

Task-number: QTBUG-46816
Change-Id: If3a981d5759fbed3eecd07e046882e6da378cc4e
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Reviewed-by: Sze Howe Koh <szehowe.koh@gmail.com>
bb10
Samuel Gaist 2015-06-24 11:41:16 +02:00
parent 51cf05c1bd
commit 24dc597386
1 changed files with 4 additions and 0 deletions

View File

@ -115,6 +115,10 @@ int qFindString(const QChar *haystack, int haystackLen, int from,
A good text on regexps is \e {Mastering Regular Expressions}
(Third Edition) by Jeffrey E. F. Friedl, ISBN 0-596-52812-4.
\note In Qt 5, the new QRegularExpression class provides a Perl
compatible implementation of regular expressions and is recommended
in place of QRegExp.
\tableofcontents
\section1 Introduction