QUuid: improve documentation regarding the order parameter
Clarify that the order is the expected byte order of the input data. Found during Qt 6.6 API Review. Pick-to: 6.6 Change-Id: Iaa1f5eef22df60676e52197fbcf613f6e9970a3e Reviewed-by: Edward Welbourne <edward.welbourne@qt.io> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Marc Mutz <marc.mutz@qt.io>
This commit is contained in:
parent
9c386ebb0d
commit
17297e1792
@ -304,8 +304,8 @@ static QUuid createFromName(const QUuid &ns, const QByteArray &baseData, QCrypto
|
|||||||
\fn QUuid::QUuid(Id128Bytes id128, QSysInfo::Endian order) noexcept
|
\fn QUuid::QUuid(Id128Bytes id128, QSysInfo::Endian order) noexcept
|
||||||
\since 6.6
|
\since 6.6
|
||||||
|
|
||||||
Creates a QUuid based on the integral \a id128 parameter and respecting the
|
Creates a QUuid based on the integral \a id128 parameter. The input
|
||||||
byte order \a order.
|
\a id128 parameter is considered to have byte order \a order.
|
||||||
|
|
||||||
\sa fromBytes(), toBytes(), toRfc4122(), toUInt128()
|
\sa fromBytes(), toBytes(), toRfc4122(), toUInt128()
|
||||||
*/
|
*/
|
||||||
@ -314,8 +314,8 @@ static QUuid createFromName(const QUuid &ns, const QByteArray &baseData, QCrypto
|
|||||||
\fn QUuid::fromUInt128(quint128 uuid, QSysInfo::Endian order) noexcept
|
\fn QUuid::fromUInt128(quint128 uuid, QSysInfo::Endian order) noexcept
|
||||||
\since 6.6
|
\since 6.6
|
||||||
|
|
||||||
Creates a QUuid based on the integral \a uuid parameter and respecting the
|
Creates a QUuid based on the integral \a uuid parameter. The input \a uuid
|
||||||
byte order \a order.
|
parameter is considered to have byte order \a order.
|
||||||
|
|
||||||
\note This function is only present on platforms that offer a 128-bit
|
\note This function is only present on platforms that offer a 128-bit
|
||||||
integer type.
|
integer type.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user