Skip to content

Fix codec error checks

Volker Krause requested to merge work/vkrause/fix-codec-error-checks into master

QStringEncoder returns a lazily evaluated result type, until we force that to a QByteArray the encoding process doesn't actually run and any error check before that wont reflect reality.

Merge request reports