diff options
author | Martin Smith <msmith@trolltech.com> | 2009-08-31 11:39:05 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-08-31 11:40:14 (GMT) |
commit | bcc023118ef5efc2f604498eb3b80c6d63338360 (patch) | |
tree | b0cd38dc6e522a19b3f3c8cd5598516668763d3a /src/gui | |
parent | a44892b71d1b08cdd03c990dff50d8138bd4457c (diff) | |
download | Qt-bcc023118ef5efc2f604498eb3b80c6d63338360.zip Qt-bcc023118ef5efc2f604498eb3b80c6d63338360.tar.gz Qt-bcc023118ef5efc2f604498eb3b80c6d63338360.tar.bz2 |
doc: Fixed several qdoc errors.
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/painting/qcolor.cpp | 5 | ||||
-rw-r--r-- | src/gui/painting/qpaintengine.cpp | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/src/gui/painting/qcolor.cpp b/src/gui/painting/qcolor.cpp index 395995c..422d5a3 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 { diff --git a/src/gui/painting/qpaintengine.cpp b/src/gui/painting/qpaintengine.cpp index 525959b..f442788 100644 --- a/src/gui/painting/qpaintengine.cpp +++ b/src/gui/painting/qpaintengine.cpp @@ -385,6 +385,7 @@ void QPaintEngine::drawPolygon(const QPoint *points, int pointCount, PolygonDraw \value OpenVG \value User First user type ID \value MaxUser Last user type ID + \value OpenGL2 */ /*! |