diff --git a/src/gui/painting/qrgbafloat.qdoc b/src/gui/painting/qrgbafloat.qdoc index f41064df384..718cd310168 100644 --- a/src/gui/painting/qrgbafloat.qdoc +++ b/src/gui/painting/qrgbafloat.qdoc @@ -81,7 +81,7 @@ */ /*! - \fn template void QRgbaFloat::setRed(QRgbaFloat::FastType red) + \fn template void QRgbaFloat::setRed(float red) Sets the red color component of this color to \a red. @@ -97,7 +97,7 @@ */ /*! - \fn template void QRgbaFloat::setGreen(QRgbaFloat::FastType green) + \fn template void QRgbaFloat::setGreen(float green) Sets the green color component of this color to \a green. @@ -113,7 +113,7 @@ */ /*! - \fn template void QRgbaFloat::setBlue(QRgbaFloat::FastType blue) + \fn template void QRgbaFloat::setBlue(float blue) Sets the blue color component of this color to \a blue. @@ -129,7 +129,7 @@ */ /*! - \fn template void QRgbaFloat::setAlpha(QRgbaFloat::FastType alpha) + \fn template void QRgbaFloat::setAlpha(float alpha) Sets the alpha of this color to \a alpha.