Skip to content

Use QByteArrayView more

Xaver Hugl requested to merge work/zamundaaa/props-names into master

Commit 1: use QByteArrayView for drm property and enum names. Removes all the annoying QByteArrayLiterals

Commit 2: don't use QByteArrayLiterals for qputenv. It uses QByteArrayView, so the strings aren't copied either way will have to wait for CI to use Qt 6.5

Edited by Xaver Hugl

Merge request reports