Add a note for merging QString::contains(QRE, QREM) overloads in Qt 6
Change-Id: I19609b192618287dbac0de2e893e3e9b40d6a969 Reviewed-by: Lars Knoll <lars.knoll@digia.com>bb10
parent
9bbebb9144
commit
12d90d6202
|
|
@ -340,7 +340,7 @@ public:
|
|||
int indexOf(const QRegularExpression &re, int from = 0) const;
|
||||
int lastIndexOf(const QRegularExpression &re, int from = -1) const;
|
||||
bool contains(const QRegularExpression &re) const;
|
||||
bool contains(const QRegularExpression &re, QRegularExpressionMatch *match) const;
|
||||
bool contains(const QRegularExpression &re, QRegularExpressionMatch *match) const; // ### Qt 6: merge overloads
|
||||
int count(const QRegularExpression &re) const;
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue