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>
This commit is contained in:
parent
f567f429bd
commit
c92c3c19e8
@ -2845,6 +2845,11 @@
|
|||||||
\value MatchRecursive Searches the entire hierarchy.
|
\value MatchRecursive Searches the entire hierarchy.
|
||||||
\omitvalue MatchTypeMask
|
\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
|
\sa QString::compare(), QRegularExpression
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user