Doc: Fix QRgbaFloat function signatures
Commit baac34de modified the set[Red|Green|Blue|Alpha] function signatures. Amend the \fn commands to reflect those changes. Change-Id: I947995fc5c80baac111a04272cd848961c22eb73 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io> (cherry picked from commit 7fdef80a6b4ee715914110687c61338042632348) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
45cab397e8
commit
698e633d8c
@ -81,7 +81,7 @@
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn template<typename F> void QRgbaFloat<F>::setRed(QRgbaFloat::FastType red)
|
||||
\fn template<typename F> void QRgbaFloat<F>::setRed(float red)
|
||||
|
||||
Sets the red color component of this color to \a red.
|
||||
|
||||
@ -97,7 +97,7 @@
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn template<typename F> void QRgbaFloat<F>::setGreen(QRgbaFloat::FastType green)
|
||||
\fn template<typename F> void QRgbaFloat<F>::setGreen(float green)
|
||||
|
||||
Sets the green color component of this color to \a green.
|
||||
|
||||
@ -113,7 +113,7 @@
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn template<typename F> void QRgbaFloat<F>::setBlue(QRgbaFloat::FastType blue)
|
||||
\fn template<typename F> void QRgbaFloat<F>::setBlue(float blue)
|
||||
|
||||
Sets the blue color component of this color to \a blue.
|
||||
|
||||
@ -129,7 +129,7 @@
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn template<typename F> void QRgbaFloat<F>::setAlpha(QRgbaFloat::FastType alpha)
|
||||
\fn template<typename F> void QRgbaFloat<F>::setAlpha(float alpha)
|
||||
|
||||
Sets the alpha of this color to \a alpha.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user