summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Boddie <dboddie@trolltech.com>2009-11-09 20:31:56 (GMT)
committerDavid Boddie <dboddie@trolltech.com>2009-11-09 20:31:56 (GMT)
commit918ac6b9bfcfb77ccd42d8945b457b8eb1ef1407 (patch)
tree6f723480f1d2d337f8c7de366055f05549acc94c
parentdacee17e08c7fe9a7db33494758e7e8e3445228b (diff)
downloadQt-918ac6b9bfcfb77ccd42d8945b457b8eb1ef1407.zip
Qt-918ac6b9bfcfb77ccd42d8945b457b8eb1ef1407.tar.gz
Qt-918ac6b9bfcfb77ccd42d8945b457b8eb1ef1407.tar.bz2
Doc: Fixed a warning caused by deprecations.
Reviewed-by: Trust Me
-rw-r--r--src/gui/image/qimage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/image/qimage.cpp b/src/gui/image/qimage.cpp
index 6d96d7a..ec8dd88 100644
--- a/src/gui/image/qimage.cpp
+++ b/src/gui/image/qimage.cpp
@@ -2073,7 +2073,7 @@ void QImage::setNumColors(int numColors)
have entries for all the pixel/index values present in the image,
otherwise the results are undefined.
- \sa colorsCount(), colorTable(), setColor(), {QImage#Image
+ \sa colorCount(), colorTable(), setColor(), {QImage#Image
Transformations}{Image Transformations}
*/