summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2021-06-16 09:00:45 +0200
committerPaul Wicking <paul.wicking@qt.io>2021-06-21 12:06:45 +0000
commitc92c3c19e8ba02eeceff882b71571a076bef504d (patch)
treee37186988be24272479fc1cb35e083105b697d55 /src/corelib
parentf567f429bd65ab6263c5a7473dc3f389a41b67ba (diff)
Doc: Add note to Qt::MatchFlags about implementation dependent behavior
Pick-to: 6.2 6.1 5.15 Fixes: QTBUG-94374 Change-Id: I7f426c92bf0434998d0793eedd405c1a682a28d9 Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/global/qnamespace.qdoc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/corelib/global/qnamespace.qdoc b/src/corelib/global/qnamespace.qdoc
index 2b25f145df..17396432d5 100644
--- a/src/corelib/global/qnamespace.qdoc
+++ b/src/corelib/global/qnamespace.qdoc
@@ -2845,6 +2845,11 @@
\value MatchRecursive Searches the entire hierarchy.
\omitvalue MatchTypeMask
+ \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
*/