diff options
author | Martin Smith <msmith@trolltech.com> | 2009-11-11 13:49:02 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-11-11 13:50:37 (GMT) |
commit | 0f82f5552830485151424b974f282a63892a077d (patch) | |
tree | 72d538c2adc56c061536d998b874d60e2655ab6e /src/gui/image | |
parent | 602f500a7e8544cc4f80153abd8e53ae89b8214e (diff) | |
download | Qt-0f82f5552830485151424b974f282a63892a077d.zip Qt-0f82f5552830485151424b974f282a63892a077d.tar.gz Qt-0f82f5552830485151424b974f282a63892a077d.tar.bz2 |
doc: Fixed some qdoc errors, numXxx() to xxxCount(), etc.
Diffstat (limited to 'src/gui/image')
-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} */ |