diff options
author | David Boddie <dboddie@trolltech.com> | 2009-11-09 20:31:56 (GMT) |
---|---|---|
committer | David Boddie <dboddie@trolltech.com> | 2009-11-09 20:31:56 (GMT) |
commit | 918ac6b9bfcfb77ccd42d8945b457b8eb1ef1407 (patch) | |
tree | 6f723480f1d2d337f8c7de366055f05549acc94c | |
parent | dacee17e08c7fe9a7db33494758e7e8e3445228b (diff) | |
download | Qt-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.cpp | 2 |
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} */ |