-
Bug
-
Resolution: Done
-
P2: Important
-
4.7.1
-
None
-
5822db01277a19d8424b1f0d55868a82c8e719e
The documentation for qFind() at:
http://doc.qt.nokia.com/4.7/qtalgorithms.html#qFind-2
states:
This is the same as qFind(container.begin(), container.end(), value);
which is incorrect as it should be the same as constBegin() and constEnd() in this case.