Details
-
Bug
-
Resolution: Out of scope
-
P4: Low
-
4.6.0
-
None
Description
QTextDocument::find(QRegExp) fails. My assumption is that if QRegExp::indexIn(QString) returns a positive index, QTextDocument::find(QRegExp) should return a non-null QTextCursor (i. e. find a match for the regexp), provided that the document was fed with the exact same string than the QRegExp.
To reproduce just compile and run the attached console application.