0393fa6bf2
The QUuid(quint128) ctor was handing the incoming data differently
from the QUuid(Id128Bytes) ctor. Same was valid for the return
values of QUuid::toUint128() vs QUuid::toBytes().
The provided test didn't reveal it, because it was treating the same
128-bit input value as BE in one place, and as LE in another place.
This patch fixes the test, and updates the implementation of
QUuid(quint128) ctor and toUInt128() method to verify that the
updated test passes.
This commit amends
|
||
---|---|---|
.. | ||
qfactoryloader | ||
qlibrary | ||
qplugin | ||
qpluginloader | ||
quuid | ||
CMakeLists.txt |