summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qcolor.cpp
diff options
context:
space:
mode:
authorCasper van Donderen <casper.vandonderen@nokia.com>2011-10-17 14:18:42 +0200
committerQt by Nokia <qt-info@nokia.com>2011-10-18 10:26:39 +0200
commit0e341948ae6ab993f9d56f81809e71b8a9cc753d (patch)
treef9cb0a0d1bbc18c650c975e88eb2661a83acb6a6 /src/gui/painting/qcolor.cpp
parent41b01096ccae8761bb5a0a761780ad48ce7e34ba (diff)
Remove stale documentation.
Change-Id: I85139e0334b648bee0d18129cef9387dcc6c3222 Reviewed-by: Jerome Pasion <jerome.pasion@nokia.com>
Diffstat (limited to 'src/gui/painting/qcolor.cpp')
-rw-r--r--src/gui/painting/qcolor.cpp33
1 files changed, 0 insertions, 33 deletions
diff --git a/src/gui/painting/qcolor.cpp b/src/gui/painting/qcolor.cpp
index 8234fa19f6..df2aa1ffe8 100644
--- a/src/gui/painting/qcolor.cpp
+++ b/src/gui/painting/qcolor.cpp
@@ -863,13 +863,6 @@ void QColor::getRgb(int *r, int *g, int *b, int *a) const
}
/*!
- \obsolete
- \fn void QColor::getRgba(int *r, int *g, int *b, int *a) const
-
- Use getRgb() instead.
-*/
-
-/*!
\fn void QColor::setRgbF(qreal r, qreal g, qreal b, qreal a)
Sets the color channels of this color to \a r (red), \a g (green),
@@ -922,13 +915,6 @@ void QColor::setRgb(int r, int g, int b, int a)
}
/*!
- \obsolete
- \fn void QColor::setRgba(int r, int g, int b, int a)
-
- Use setRgb() instead.
-*/
-
-/*!
\fn QRgb QColor::rgba() const
Returns the RGB value of the color, including its alpha.
@@ -2597,25 +2583,6 @@ QDataStream &operator>>(QDataStream &stream, QColor &color)
*/
/*!
- \fn QColor::QColor(int x, int y, int z, Spec colorSpec)
-
- Use one of the other QColor constructors, or one of the static convenience
- functions, instead.
-*/
-
-/*!
- \fn QColor::rgb(int *r, int *g, int *b) const
-
- Use getRgb() instead.
-*/
-
-/*!
- \fn QColor::hsv(int *h, int *s, int *v) const
-
- Use getHsv() instead.
-*/
-
-/*!
\fn QColor QColor::convertTo(Spec colorSpec) const
Creates a copy of \e this color in the format specified by \a colorSpec.