Skip to content

Remove const char* overloads of the CRLF <-> LF conversion methods

Volker Krause requested to merge work/vkrause/remove-unused-crlf-to-lf into master

Unused and twice as expensive than their QByteArray counter-parts due to an additional unconditional deep copy.

Merge request reports

Loading