Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
None
-
4.6.1
-
None
-
Vista SP2
Visual Studio 2008 SP1
Qt 4.6.1 for VS 2008
Description
Calling:
QByteArray QIODevice::readLine (qint64 maxSize = 0)
with the default argument (zero) is a LOT slower than providing a max line length. I believe this should be mentioned in the documentation, it would have saved me hours of debugging