edid: Do not access unallocated QByteArrays
We are assigning to it 3 different values, we better have memory allocated for it. This fixes a warning from QByteArray that says such accesses are unsupported.
Please register or sign in to comment
We are assigning to it 3 different values, we better have memory allocated for it. This fixes a warning from QByteArray that says such accesses are unsupported.