Skip to content

Change Codec::encode/::decode to take a QByteArrayView as argument

Volker Krause requested to merge work/vkrause/view-based-encode-decode into master

Prepares for making the API built on top of this view-based as well.

Also, those methods don't actually need to be virtual.

Merge request reports