summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/gui/painting/qcolor.cpp5
-rw-r--r--src/gui/painting/qpaintengine.cpp1
2 files changed, 4 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
{
diff --git a/src/gui/painting/qpaintengine.cpp b/src/gui/painting/qpaintengine.cpp
index 525959b222..f4427886b8 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
*/
/*!