D17329: Simplify/Speedup reading Stylesheet file
Kurt Hindenburg
noreply at phabricator.kde.org
Tue Dec 4 01:49:58 GMT 2018
hindenburg added a comment.
Ok, I think I/someone read the docs and did it that way from the start - I wonder what the Qt docs thinks is a large file.
---
Reads the entire content of the stream, and returns it as a QString. Avoid this function when working on large files, as it will consume a significant amount of memory.
Calling readLine() is better if you do not know how much data is available.
REPOSITORY
R319 Konsole
REVISION DETAIL
https://phabricator.kde.org/D17329
To: tcanabrava, hindenburg
Cc: konsole-devel, ngraham, maximilianocuria, hindenburg
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/konsole-devel/attachments/20181204/447b3f5e/attachment.html>
More information about the konsole-devel
mailing list