Skip to content
Commit b8bf6b65 authored by Laurent Montel's avatar Laurent Montel
Browse files

Port to QStringConverter

parent 5fb31c5c
Pipeline #246439 passed with stage
in 10 minutes
  • If we have to expect arbitrary codecs here (ie. if this is received HTML, not something we generate) I think we instead need to drop using QTextStream here and manually push the data in blocks through QStringDecoder (since 6.4 that has a ctor for taking an arbitrary codec name).

    IIRC we did a similar change in KTextEditor, QTextStream unfortunately lost that feature.

0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment