summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qcolor.cpp
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2009-08-31 13:39:05 +0200
committerMartin Smith <msmith@trolltech.com>2009-08-31 13:40:14 +0200
commitbcc023118ef5efc2f604498eb3b80c6d63338360 (patch)
treeb0cd38dc6e522a19b3f3c8cd5598516668763d3a /src/gui/painting/qcolor.cpp
parenta44892b71d1b08cdd03c990dff50d8138bd4457c (diff)
doc: Fixed several qdoc errors.
Diffstat (limited to 'src/gui/painting/qcolor.cpp')
-rw-r--r--src/gui/painting/qcolor.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gui/painting/qcolor.cpp b/src/gui/painting/qcolor.cpp
index 395995c92d..422d5a37ec 100644
--- a/src/gui/painting/qcolor.cpp
+++ b/src/gui/painting/qcolor.cpp
@@ -303,6 +303,7 @@ QT_BEGIN_NAMESPACE
\value Rgb
\value Hsv
\value Cmyk
+ \value Hsl
\value Invalid
\sa spec(), convertTo()
@@ -1333,7 +1334,7 @@ qreal QColor::valueF() const
/*!
Returns the hue color component of this color.
- \sa hueHslF(), getHsl()
+ \sa getHslF(), getHsl()
*/
int QColor::hslHue() const
{
@@ -1382,7 +1383,7 @@ qreal QColor::hslHueF() const
/*!
Returns the saturation color component of this color.
- \sa saturationHsl() getHslF()
+ \sa saturationF() getHslF()
*/
qreal QColor::hslSaturationF() const
{