diff --git a/src/gui/painting/qrgbafloat.qdoc b/src/gui/painting/qrgbafloat.qdoc index 14a64029d66..3ec0d209f4c 100644 --- a/src/gui/painting/qrgbafloat.qdoc +++ b/src/gui/painting/qrgbafloat.qdoc @@ -33,7 +33,7 @@ */ /*! - \fn template QRgbaFloat QRgbaFloat::fromRgba64(quint16 r, quint16 g, quint16 b, quint16 a) + \fn template QRgbaFloat QRgbaFloat::fromRgba64(quint16 red, quint16 green, quint16 blue, quint16 alpha) Constructs a QRgbaFloat value from the four 16-bit integer color channels \a red, \a green, \a blue and \a alpha.