Fix missing return-type in doc of qfloat16::copySign()

Change-Id: I617081fe3335a85191be7882578644621d5ffede
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
Edward Welbourne 2020-02-27 19:30:18 +01:00
parent e5f4e14059
commit f03202b560

View File

@ -147,7 +147,7 @@ QT_BEGIN_NAMESPACE
/*!
\since 5.15
\fn qfloat16::copySign(qfloat16 sign) const noexcept
\fn qfloat16 qfloat16::copySign(qfloat16 sign) const noexcept
Returns a qfloat16 with the sign of \a sign but the rest of its value taken
from this qfloat16. Serves as qfloat16's equivalent of std::copysign().