Use QByteArrayView more
Commit 1: use QByteArrayView
for drm property and enum names. Removes all the annoying QByteArrayLiteral
s
Commit 2: don't use will have to wait for CI to use Qt 6.5QByteArrayLiteral
s for qputenv. It uses QByteArrayView
, so the strings aren't copied either way
Edited by Xaver Hugl