From bcc023118ef5efc2f604498eb3b80c6d63338360 Mon Sep 17 00:00:00 2001 From: Martin Smith Date: Mon, 31 Aug 2009 13:39:05 +0200 Subject: doc: Fixed several qdoc errors. --- src/gui/painting/qcolor.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/gui/painting/qcolor.cpp') 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 { -- cgit v1.2.3