Doc: Add note to Qt::MatchFlags about implementation dependent behavior

Fixes: QTBUG-94374
Change-Id: I7f426c92bf0434998d0793eedd405c1a682a28d9
Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
(cherry picked from commit c92c3c19e8ba02eeceff882b71571a076bef504d)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Paul Wicking 2021-06-16 09:00:45 +02:00 committed by Qt Cherry-pick Bot
parent 85710cf149
commit 8118633466

View File

@ -2832,6 +2832,11 @@
the first item and continues until all items have been examined.
\value MatchRecursive Searches the entire hierarchy.
\note Qt::MatchExactly, Qt::MatchContains, Qt::MatchStartsWith,
Qt::MatchEndsWith, Qt::MatchRegularExpression, Qt::MatchWildcard, and
Qt::MatchFixedString are mutually exclusive. The behavior achieved by
setting several of them in a Qt::MatchFlags argument is undefined.
\sa QString::compare(), QRegularExpression
*/